Share via


SPProviderHierarchyElement.IsLeaf Property

Gets or sets a value that indicates whether the element is a leaf element in the claims provider tree.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<DataMemberAttribute(Name := "Il")> _
Public Property IsLeaf As Boolean
    Get
    Set
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As Boolean

value = instance.IsLeaf

instance.IsLeaf = value
[DataMemberAttribute(Name = "Il")]
public bool IsLeaf { get; set; }

Property Value

Type: System.Boolean
true if the element is a leaf element in the claims provider tree; otherwise false.

Remarks

Leaf elements are not associated with child objects.

See Also

Reference

SPProviderHierarchyElement Class

SPProviderHierarchyElement Members

Microsoft.SharePoint.WebControls Namespace