ParseObjectRemove Method Parse
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

public virtual void Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove.
See Also

Reference