MySqlSessionStateStore.ApplicationName Property

MySQL Connector/Net

MySqlSessionStateStoreApplicationName Property

Namespace: MySql.Web.SessionState
Assembly: MySql.Web (in MySql.Web.dll) Version: 6.9.9
Syntax
public string ApplicationName { get; set; }
Public Property ApplicationName As String
	Get
	Set
public:
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}
member ApplicationName : string with get, set

Property Value

Type: String
See Also