ConsoleDataSource.RootNode Property
Gets the root ConsoleNode object of the hierarchical data source.
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