EnableExpireCallback Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Indicates whether if expire callback is on or off

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

Syntax

C#
public bool EnableExpireCallback { get; set; }
Visual Basic
Public Property EnableExpireCallback As Boolean
	Get
	Set
Visual C++
public:
property bool EnableExpireCallback {
	bool get ();
	void set (bool value);
}

See Also