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