DataPA Enterprise Dashboard Controls API Reference
Gets and sets the interval that a web page waits between repeated attempts to refresh a dashboard.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TimeSpan AutoRefreshRetry { get; set; } |
Visual Basic |
---|
Public Property AutoRefreshRetry As TimeSpan
Get
Set |
Visual C++ |
---|
public:
virtual property TimeSpan AutoRefreshRetry {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
} |
Property Value
Type:
TimeSpanThe interval that a web page waits between repeated attempts to refresh a dashboard.
Return Value
Type:
TimeSpanThe interval that a web page waits between repeated attempts to refresh a dashboard.
Remarks
See Also