Share via


SPClaimsAuthRoleProvider.ApplicationName property

Gets or sets the name of the application for which information is stored or retrieved.

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

Syntax

'Declaration
Public Overrides Property ApplicationName As String
    Get
    Set
'Usage
Dim instance As SPClaimsAuthRoleProvider
Dim value As String

value = instance.ApplicationName

instance.ApplicationName = value
public override string ApplicationName { get; set; }

Property value

Type: System.String
The name of the application.

See also

Reference

SPClaimsAuthRoleProvider class

SPClaimsAuthRoleProvider members

Microsoft.SharePoint.Administration.Claims namespace