DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if there is cached data for this lookup.

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
public bool Cached { get; }
Visual Basic
Public ReadOnly Property Cached As Boolean
	Get
Visual C++
public:
virtual property bool Cached {
	bool get () sealed;
}

Return Value

Type: Boolean
A value that indicates if there is cached data for this lookup.

Remarks