Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.