ConnectionTimeout property

Gets the number of seconds before a connection attempt times out with an error.

Syntax
Visual Basic

Public Overrides Readonly Property ConnectionTimeout As Integer
C#

public override int ConnectionTimeout { get;}
Property value

15 seconds

Example

The following statement displays the value of the ConnectionTimeout.

MessageBox.Show( conn.ConnectionTimeout.ToString( ) );
See also