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