'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the group can become empty")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property CanBeEmpty As System.Boolean
'Usage
Dim instance As NGroup Dim value As System.Boolean instance.CanBeEmpty = value value = instance.CanBeEmpty
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the group can become empty")] [System.Xml.Serialization.XmlAttribute()] public System.bool CanBeEmpty {get; set;}