Share via


SPClaimProviderOperations.HierarchyProviderSchema method

Returns the schema of the active claims provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function HierarchyProviderSchema As SPProviderSchema
'Usage
Dim returnValue As SPProviderSchema

returnValue = SPClaimProviderOperations.HierarchyProviderSchema()
public static SPProviderSchema HierarchyProviderSchema()

Return value

Type: Microsoft.SharePoint.WebControls.SPProviderSchema
The schema of the active claims provider.

Remarks

This method returns the schema of the active claims provider, if it exists; otherwise, it returns null .

See also

Reference

SPClaimProviderOperations class

SPClaimProviderOperations members

Microsoft.SharePoint.Administration.Claims namespace