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