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 the schema of the claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Schema As SPProviderSchema
Get
'Usage
Dim instance As SPClaimHierarchyProvider
Dim value As SPProviderSchema
value = instance.Schema
public SPProviderSchema Schema { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPProviderSchema
A SPProviderSchema control that contains the schema.
See Also
Reference
SPClaimHierarchyProvider Class