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