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