public bool AutoSave { get; set; }
Public Property AutoSave As Boolean Get Set
public: property bool AutoSave { bool get (); void set (bool value); }
function get_AutoSave(); function set_AutoSave(value);
In This Article