ApplicationName Property

MySQL Connector/Net

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

Syntax

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

See Also