'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the command will begin a group.")> Public Property BeginGroup As System.Boolean
'Usage
Dim instance As NCommandProperties Dim value As System.Boolean instance.BeginGroup = value value = instance.BeginGroup
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the command will begin a group.")] public System.bool BeginGroup {get; set;}