'Declaration
<System.ComponentModel.CategoryAttribute("Children")> <System.ComponentModel.DescriptionAttribute("Gets/sets the children count")> <System.ComponentModel.DefaultValueAttribute(2)> Public Property ChildrenCount As System.Integer
'Usage
Dim instance As NFamilyTreeTemplate Dim value As System.Integer instance.ChildrenCount = value value = instance.ChildrenCount
[System.ComponentModel.Category("Children")] [System.ComponentModel.Description("Gets/sets the children count")] [System.ComponentModel.DefaultValue(2)] public System.int ChildrenCount {get; set;}