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