public bool IsDirty { get; set; }
Public Property IsDirty As Boolean Get Set
public: property bool IsDirty { bool get (); void set (bool value); }
member IsDirty : bool with get, set
In This Article