Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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