Gets and sets cache timeout (how long report sholud be keeped in cache).

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public TimeSpan CacheTimeOut { get; set; }
Visual Basic (Declaration)
Public Property CacheTimeOut As TimeSpan
Visual C++
public:
property TimeSpan CacheTimeOut {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also