SPProviderSchema.SupportsHierarchy property

Gets or sets whether the claims provider supports a hierarchical display.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property SupportsHierarchy As Boolean
    Get
    Set
'Usage
Dim instance As SPProviderSchema
Dim value As Boolean

value = instance.SupportsHierarchy

instance.SupportsHierarchy = value
[DataMemberAttribute]
public bool SupportsHierarchy { get; set; }

Property value

Type: System.Boolean
A Boolean that represents whether the claims provider supports a hierarchical display. true if the claims provider supports hierarchical display; otherwise false.

See also

Reference

SPProviderSchema class

SPProviderSchema members

Microsoft.SharePoint.WebControls namespace