ParseObject
IsDirty Property
Parse
Indicates whether this ParseObject has unsaved changes.
Namespace:
Parse
Assembly:
Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax
C#
VB
Copy
public
bool
IsDirty
{
get
; }
Public
ReadOnly
Property
IsDirty
As
Boolean
Get
Property Value
Type:
Boolean
See Also
Reference
ParseObject Class
Parse Namespace