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