Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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() );