The ConnectionTimeout property Specifies the number of seconds to wait while establishing a connection before generating an error.
| Connection Object |
object.ConnectionTimeout [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| value | Number of seconds to wait while establishing a connection |
The default is 60 seconds.
Long
Read/write
HRESULT GetConnectionTimeout(LONG *pRetVal);
HRESULT SetConnectionTimeout(LONG NewValue);