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