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.