DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the current time at which this dashboard query will be refreshed automatically.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DateTime CurrentNextAutoRefresh { get; }
Visual Basic
Public ReadOnly Property CurrentNextAutoRefresh As DateTime
	Get
Visual C++
public:
virtual property DateTime CurrentNextAutoRefresh {
	DateTime get () sealed;
}

Return Value

Type: DateTime
The current time at which this dashboard query will be refreshed automatically.

Remarks