DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The query last began a refresh operation.
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
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: 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.