ParseUserRemove 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 override void Remove(
	string key
)

Parameters

key
Type: SystemString
The key to remove.
Exceptions

ExceptionCondition
ArgumentExceptionCannot remove the username key.
See Also

Reference