SPProviderHierarchyElement.HasChildren Property
Gets a value that indicates whether an element in the claims provider hierarchy tree has child objects.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property HasChildren As Boolean
Get
'Usage
Dim instance As SPProviderHierarchyElement
Dim value As Boolean
value = instance.HasChildren
public bool HasChildren { get; }
Property Value
Type: System.Boolean
true if the dictionary element is associated with child objects; otherwise false.
See Also
Reference
SPProviderHierarchyElement Class