Send feedback on this topic.
Teradata.Client.Provider
BrowserTabTimeout Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : BrowserTabTimeout Property
Specifies the number of seconds to wait before closing the browser tab after Browser Authentication is completed.
Syntax
'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;}
public:
property int BrowserTabTimeout {
   int get();
   void set (    int value);
}
Remarks

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

Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members