QueryManifestNextAutoRefresh Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the time at which this dashboard query will be refreshed automatically.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DateTime NextAutoRefresh { get; set; }
Public Property NextAutoRefresh As DateTime
Get
Set
public:
virtual property DateTime NextAutoRefresh {
DateTime get () sealed;
void set (DateTime value) sealed;
}
function get_NextAutoRefresh();
function set_NextAutoRefresh(value);
Return Value
Type:
DateTimeThe time at which this dashboard query will be refreshed automatically.
Remarks See Also