SPProviderHierarchyTree.IsRoot Property
Gets or sets a value that indicates whether the tree node is the top-level root node.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute(Name := "Ir")> _
Public Property IsRoot As Boolean
Get
Set
'Usage
Dim instance As SPProviderHierarchyTree
Dim value As Boolean
value = instance.IsRoot
instance.IsRoot = value
[DataMemberAttribute(Name = "Ir")]
public bool IsRoot { get; set; }
Property Value
Type: System.Boolean
true if the tree node is the root; otherwise, false.
Remarks
The SPProviderHierarchyTree control is the root node representing a single claim provider.