ConsoleNode.ChildConsoleNodes property
Gets the collection of ConsoleNode objects that are child objects of this ConsoleNode object.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ChildConsoleNodes As ConsoleNodeCollection
Get
'Usage
Dim instance As ConsoleNode
Dim value As ConsoleNodeCollection
value = instance.ChildConsoleNodes
public virtual ConsoleNodeCollection ChildConsoleNodes { get; }
Property value
Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection