DashboardQueryLastRefreshStarted Property |
|
DataPA OpenAnalytics API Reference
Gets the date and time the query last began a refresh operation.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DateTime LastRefreshStarted { get; }
Public ReadOnly Property LastRefreshStarted As DateTime
Get
public:
virtual property DateTime LastRefreshStarted {
DateTime get () sealed;
}
function get_LastRefreshStarted();
Return Value
Type:
DateTimeThe 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