Share via


ConsoleNode.HasChildNodes property

Gets a Boolean value that indicates whether this ConsoleNode object has any child ConsoleNode objects.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property HasChildNodes As Boolean
    Get
'Usage
Dim instance As ConsoleNode
Dim value As Boolean

value = instance.HasChildNodes
public bool HasChildNodes { get; }

Property value

Type: System.Boolean
A Boolean value representing whether this ConsoleNode has one or more child nodes.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace