webBrowserAutoRefreshInterval

Type: Integer

The webBrowserAutoRefreshInterval property of the Form class specifies the number of seconds after which the Web page is automatically refreshed. The default value of zero (0) indicates that the Web page does not refresh automatically.

To generate the required <META> tag for the automatic refreshing of the Web page, set this property to the appropriate non-zero value. For details about handling Web pages after the specified interval has been reached, see the Form class webBrowserAutoRefreshURL property.