Gets or sets the ConnectionTimeout connection property.
Public Property ConnectionTimeout As Integer
public int ConnectionTimeout {get;set;}
The following statement displays the value of the ConnectionTimeout property.
MessageBox.Show( connString.ConnectionTimeout.ToString() );