ApplicationName Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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

Syntax

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

See Also