| SimpleMappingRoleProviderApplicationName Property |
The name of the application using the role information specified in the configuration file (Web.config).
The ApplicationName is stored in the data source with related user information and used when querying for user information.
This property is read-write and defaults to the ApplicationPath if not specified explicitly.
Namespace:
Galactic.Web.Security.SimpleMapping
Assembly:
Galactic.Web.Security.SimpleMapping (in Galactic.Web.Security.SimpleMapping.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public override string ApplicationName { get; set; }
Public Overrides Property ApplicationName As String
Get
Set
public:
virtual property String^ ApplicationName {
String^ get () override;
void set (String^ value) override;
}
abstract ApplicationName : string with get, set
override ApplicationName : string with get, set
Property Value
Type:
StringSee Also