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