IVsDataConnectionSupport.ConnectionTimeout Property

Definition

When implemented by a class, gets or sets the amount of time to wait when establishing a connection before terminating the attempt and generating a time-out error.

public:
 property int ConnectionTimeout { int get(); void set(int value); };
public int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Property ConnectionTimeout As Integer

Property Value

An integer representation of the allowable time-out period.

Applies to