'Declaration
<System.ComponentModel.CategoryAttribute("Tree")> <System.ComponentModel.DescriptionAttribute("Gets/sets if the tree is balanced or not")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property Balanced As System.Boolean
'Usage
Dim instance As NGenericTreeTemplate Dim value As System.Boolean instance.Balanced = value value = instance.Balanced
[System.ComponentModel.Category("Tree")] [System.ComponentModel.Description("Gets/sets if the tree is balanced or not")] [System.ComponentModel.DefaultValue(true)] public System.bool Balanced {get; set;}