Application.ApplicationName Property

Gets or sets the name of the application.

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

Syntax

'Declaration
<RequiredAttribute> _
<StringLengthAttribute()> _
Public Property ApplicationName As String 
    Get 
    Set
'Usage
Dim instance As Application 
Dim value As String 

value = instance.ApplicationName

instance.ApplicationName = value
[RequiredAttribute]
[StringLengthAttribute()]
public string ApplicationName { get; set; }
[RequiredAttribute]
[StringLengthAttribute()]
public:
property String^ ApplicationName {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
[<StringLengthAttribute()>]
member ApplicationName : string with get, set
function get ApplicationName () : String 
function set ApplicationName (value : String)

Property Value

Type: System.String
The name of the application.

See Also

Reference

Application Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity