Gets the number of seconds before a connection attempt times out with an error.
Visual Basic
Public Overrides Readonly Property ConnectionTimeout As Integer
C#
public override int ConnectionTimeout { get;}
15 seconds
The following statement displays the value of the ConnectionTimeout.
MessageBox.Show( conn.ConnectionTimeout.ToString( ) );