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)

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