'Declaration
<System.ComponentModel.CategoryAttribute("Tree")> <System.ComponentModel.DescriptionAttribute("Gets/sets the tree levels count")> <System.ComponentModel.DefaultValueAttribute(3)> Public Property Levels As System.Integer
'Usage
Dim instance As NGenericTreeTemplate Dim value As System.Integer instance.Levels = value value = instance.Levels
[System.ComponentModel.Category("Tree")] [System.ComponentModel.Description("Gets/sets the tree levels count")] [System.ComponentModel.DefaultValue(3)] public System.int Levels {get; set;}