public bool IsOpen { get; set; }
Public Property IsOpen As Boolean Get Set
public: property bool^ IsOpen { bool^ get (); void set (bool^ value); }