LdapRoleProvider.ApplicationName property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.Security
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Overrides Property ApplicationName As String
Get
Set
'Usage
Dim instance As LdapRoleProvider
Dim value As String
value = instance.ApplicationName
instance.ApplicationName = value
public override string ApplicationName { get; set; }
Property value
Type: System.String