SPLocalLoginProvider.Name Property

Gets the unique name for the claims provider.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SPLocalLoginProvider
Dim value As String

value = instance.Name
public string Name { get; }

Property Value

Type: System.String
The unique name for the claims provider.

See Also

Reference

SPLocalLoginProvider Class

SPLocalLoginProvider Members

Microsoft.SharePoint.Administration.Claims Namespace