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