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.

See Also

Reference

SPClaimProvider Class

SPClaimProvider Members

Microsoft.SharePoint.Administration.Claims Namespace