Gets or sets Cache timeout in seconds.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
int Timeout { get; set; }
Visual Basic
Property Timeout As Integer
	Get
	Set
Visual C++
property int Timeout {
	int get ();
	void set (int value);
}
F#
abstract Timeout : int with get, set

Property Value

Type: Int32

See Also