Click or drag to resize
Galactic API

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; }

Property Value

Type: String
See Also