DataPA Enterprise Dashboard Controls API Reference
Indicates whether the previous load was from cache or system connection

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Property Value

Type: Boolean
TRUE from cache; FALSE from system connection

Return Value

Type: Boolean
TRUE from cache; FALSE from system connection

Remarks

Indicates whether the previous load was from cache or system connection

See Also