DashboardQueryCurrentNextAutoRefresh Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates the current 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 CurrentNextAutoRefresh { get; }
Public ReadOnly Property CurrentNextAutoRefresh As DateTime
Get
public:
virtual property DateTime CurrentNextAutoRefresh {
DateTime get () sealed;
}
function get_CurrentNextAutoRefresh();
Return Value
Type:
DateTimeThe current time at which this dashboard query will be refreshed automatically.
Remarks See Also