DefaultRoleProvider.ApplicationName Property
Gets or sets the application name.
Namespace: System.Web.Providers
Assembly: System.Web.Providers (in System.Web.Providers.dll)
Syntax
public override string ApplicationName { get; set; }
public:
property String^ ApplicationName {
virtual String^ get() override;
virtual void set(String^ value) override;
}
override ApplicationName : string with get, set
Public Overrides Property ApplicationName As String
Property Value
Type: System.String
The application name.
See Also
DefaultRoleProvider Class
System.Web.Providers Namespace
ASP.NET Identity
Return to top