DataPA Enterprise Dashboard Controls 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
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:
DateTimeThe time at which this dashboard query will be refreshed automatically.
Remarks
See Also