ConnectionTimeout property

Gets or sets the ConnectionTimeout connection property.

Visual Basic syntax

Public Property ConnectionTimeout As Integer

C# syntax

public int ConnectionTimeout {get;set;}

Example 1

The following statement displays the value of the ConnectionTimeout property.

                    MessageBox.Show( connString.ConnectionTimeout.ToString() );