ChildItemsPath Property (C1TreeMap)
Gets or sets the name of the property of collection that contains child items.
public string ChildItemsPath {get; set;}
'Declaration
Public Property ChildItemsPath As String
'Usage
Dim instance As C1TreeMap
Dim value As String
instance.ChildItemsPath = value
value = instance.ChildItemsPath