QueryConnectionDetailLastRefreshStart Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the time the last refresh of this query against this connection started.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DateTime LastRefreshStart { get; set; }
Public Property LastRefreshStart As DateTime
Get
Set
public:
virtual property DateTime LastRefreshStart {
DateTime get () sealed;
void set (DateTime value) sealed;
}
function get_LastRefreshStart();
function set_LastRefreshStart(value);
Property Value
Type:
DateTimeThe time the last refresh of this query against this connection started.
Return Value
Type:
DateTimeThe time the last refresh of this query against this connection started.
Remarks See Also