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