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 for 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 SPClaimProvider
Dim value As SPProviderSchema
value = instance.Schema
public SPProviderSchema Schema { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPProviderSchema
The SPProviderSchema schema for the claims provider.
Remarks
If both SupportsSearch and SupportsResolve are false, the SPProviderSchema returns empty.