SPClaimsAuthRoleProvider.Name property
Gets the name of the application.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Name As String
Get
'Usage
Dim instance As SPClaimsAuthRoleProvider
Dim value As String
value = instance.Name
public override string Name { get; }
Property value
Type: System.String
The name of the application.
See also
Reference
SPClaimsAuthRoleProvider class