Gets the time to wait while trying to establish a connection before generating an error.
'Declaration
Public Overrides NotOverridable ReadOnly Property ConnectionTimeout As Integer
public override int ConnectionTimeout {get;}
public read-only property ConnectionTimeout: Integer; override;
public override function get ConnectionTimeout : int
public: __property int get_ConnectionTimeout() override;
Property Value
The time, in seconds, to wait for a connection to open. The default value is 15 seconds.
.NET Framework
Version 2.0 or later