SPHierarchyDataSourceControl.RootListId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property RootListId As String
Get
Set
'Usage
Dim instance As SPHierarchyDataSourceControl
Dim value As String
value = instance.RootListId
instance.RootListId = value
public string RootListId { get; set; }
Property Value
Type: System.String
See Also
Reference
SPHierarchyDataSourceControl Class