Gets or sets storage timeout.

Namespace: MonoSoftware.MonoX.RssEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

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