Share via


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

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace