ApplicationName Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets or sets the name of the currently running application.

Namespace: MySql.Web.Profile
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.8.4.0

Syntax

C#
public override string ApplicationName { get; set; }
Visual Basic
Public Overrides Property ApplicationName As String
	Get
	Set
Visual C++
public:
virtual property String^ ApplicationName {
	String^ get () override;
	void set (String^ value) override;
}

Field Value

Return Value

A String that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.

See Also