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