NavigationNode.Children property
Gets the collection of child nodes of the navigation node.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Children As NavigationNodeCollection
Get
'Usage
Dim instance As NavigationNode
Dim value As NavigationNodeCollection
value = instance.Children
public NavigationNodeCollection Children { get; }
Property value
Type: Microsoft.SharePoint.Client.NavigationNodeCollection
Returns a NavigationNodeCollection instance representing the collection of child nodes of the navigation node.
Remarks
It must not be a null reference (Nothing in Visual Basic).