public bool IsPublic { get; set; }
Public Property IsPublic As Boolean
Get
Set
public:
virtual property bool IsPublic {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsPublic : bool with get, set
override IsPublic : bool with get, set