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)

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.

See also

Reference

SPProviderHierarchyTree class

SPProviderHierarchyTree members

Microsoft.SharePoint.WebControls namespace