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