SPClaimProvider.Schema property
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.