Text that is overlayed on the Web part when it is cached and in admin mode, informing the user on the last cache datetime etc.

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

Syntax

C#
public string CacheText { get; set; }
Visual Basic
Public Property CacheText As String
	Get
	Set
Visual C++
public:
property String^ CacheText {
	String^ get ();
	void set (String^ value);
}
F#
member CacheText : string with get, set

Property Value

Type: String

See Also