| QueryManifestLastRefreshStarted 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
Syntaxpublic DateTime LastRefreshStarted { get; set; }Public Property LastRefreshStarted As DateTime
	Get
	Set
public:
virtual property DateTime LastRefreshStarted {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}function get_LastRefreshStarted();
function set_LastRefreshStarted(value);
Return Value
Type: 
DateTimeThe query last began a refresh operation.
 Remarks
RemarksThis value indicates the last time the query bagan a refresh operation, regardless of whether that refresh operation completed successfully.
 See Also
See Also