Indicates whether key is unsaved for this ParseObject.
Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
Parameters
- key
- Type: SystemString
The key to check for.
Return Value
Type: Booleantrue if the key has been altered and not saved yet, otherwise false.
See Also