Gets or sets the length of time, in seconds, that data retrieved by this data source is cached.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute()]
public int CacheDuration { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property CacheDuration As Integer
Visual C++
[DefaultValueAttribute()]
public:
virtual property int CacheDuration {
	int get () sealed;
	void set (int value) sealed;
}

See Also