'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the collection of sub-items.")> Public ReadOnly Property SubItems As NTreeListNodeSubItemCollection
'Usage
Dim instance As NTreeListNode Dim value As NTreeListNodeSubItemCollection value = instance.SubItems
[System.ComponentModel.Description("Gets the collection of sub-items.")] public NTreeListNodeSubItemCollection SubItems {get;}