SPClaimProviderFeatureReceiver.ClaimProviderType property
When implemented in a derived class, gets the type for the claims hierarchy provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ClaimProviderType As String
Get
'Usage
Dim instance As SPClaimProviderFeatureReceiver
Dim value As String
value = instance.ClaimProviderType
public abstract string ClaimProviderType { get; }
Property value
Type: System.String
A String containing the claims hierarchy provider type.
See also
Reference
SPClaimProviderFeatureReceiver class