'Declaration
<System.ComponentModel.CategoryAttribute("Tree")> <System.ComponentModel.DescriptionAttribute("Gets/sets the count of the child nodes for each branch")> <System.ComponentModel.DefaultValueAttribute(2)> Public Property BranchNodes As System.Integer
'Usage
Dim instance As NGenericTreeTemplate Dim value As System.Integer instance.BranchNodes = value value = instance.BranchNodes
[System.ComponentModel.Category("Tree")] [System.ComponentModel.Description("Gets/sets the count of the child nodes for each branch")] [System.ComponentModel.DefaultValue(2)] public System.int BranchNodes {get; set;}