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