SPClaimProvider.Name property
When implemented in a derived class, gets the unique name for the claims provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Name As String
Get
'Usage
Dim instance As SPClaimProvider
Dim value As String
value = instance.Name
public abstract string Name { get; }
Property value
Type: System.String
The unique String name of the claims provider.
Remarks
This name is used to uniquely identify the claims provider.