DefaultMembershipProvider.ApplicationName Property

Gets or sets the name of the application.

Namespace:  System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

'Declaration
Public Overrides Property ApplicationName As String 
    Get 
    Set
'Usage
Dim instance As DefaultMembershipProvider 
Dim value As String 

value = instance.ApplicationName

instance.ApplicationName = value
public override string ApplicationName { 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
override function get ApplicationName () : String 
override function set ApplicationName (value : String)

Property Value

Type: System.String
The name of the application.

See Also

Reference

DefaultMembershipProvider Class

System.Web.Providers Namespace

Other Resources

ASP.NET Identity