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