Gets or sets a user-defined key dependency that is linked to all data items cached by this control.

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

Syntax

C#
[DefaultValueAttribute("")]
public string CacheKeyDependency { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
Public Property CacheKeyDependency As String
Visual C++
[DefaultValueAttribute(L"")]
public:
virtual property String^ CacheKeyDependency {
	String^ get () sealed;
	void set (String^ value) sealed;
}

See Also