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