Removes a key from the object's data if it exists.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to remove.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Cannot remove the username key. |
See Also