adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectBase Class / IsDirty Property


In This Topic
    IsDirty Property
    In This Topic
    Indicates whether the object is dirty (modified or new since last save).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDirty As Boolean
    public bool IsDirty {get;}
    public:
    property bool IsDirty {
       bool get();
    }
    See Also