DataPA Enterprise Dashboard Controls API Reference
Gets the date and time the query last began a refresh operation.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

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

Return Value

Type: DateTime
The query last began a refresh operation.

Remarks

This value indicates the last time the query bagan a refresh operation, regardless of whether that refresh operation completed successfully.

See Also