SPClaimsAuthMembershipProvider.ApplicationName property
Gets or sets the name of the application using the claims-based membership provider.
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 SPClaimsAuthMembershipProvider
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
SPClaimsAuthMembershipProvider class