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)
Available in Sandboxed Solutions: No

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