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