DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the 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 NextAutoRefresh { get; set; }
Visual Basic
Public Property NextAutoRefresh As DateTime
	Get
	Set
Visual C++
public:
virtual property DateTime NextAutoRefresh {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}

Return Value

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

Remarks