Share via


ConsoleDataSource.RootNode property

Gets the ConsoleNode bject which represents the root of the tree represented in this HierarchicalDataSource object.

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

Syntax

'Declaration
Public ReadOnly Property RootNode As ConsoleNode
    Get
'Usage
Dim instance As ConsoleDataSource
Dim value As ConsoleNode

value = instance.RootNode
public ConsoleNode RootNode { get; }

Property value

Type: Microsoft.SharePoint.Publishing.WebControls.ConsoleNode
A ConsoleNode representing the root node of the data source.

See also

Reference

ConsoleDataSource class

ConsoleDataSource members

Microsoft.SharePoint.Publishing.WebControls namespace