'Declaration Public Property BrowserTabTimeout As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.BrowserTabTimeout = value value = instance.BrowserTabTimeout
public int BrowserTabTimeout {get; set;}
'Declaration Public Property BrowserTabTimeout As Integer
'Usage Dim instance As TdConnectionStringBuilder Dim value As Integer instance.BrowserTabTimeout = value value = instance.BrowserTabTimeout
public int BrowserTabTimeout {get; set;}
The behavior is under the browser's control, and not all browsers support automatic closing of browser tabs. Typically, the tab used to log on will remain open indefinitely, but the second and subsequent tabs will be automatically closed. Specify 0 (zero) to close the tab immediately. Specify -1 to turn off automatic closing of browser tabs.
Default Value: 5
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |