Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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