DataConnection.ConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves or sets the amount of time, in seconds, before a command to open a connection times out.
public:
abstract property int ConnectionTimeout { int get(); void set(int value); };
public abstract int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public MustOverride Property ConnectionTimeout As Integer
Property Value
Returns an integer value specifying the amount of time, in seconds, until a command to open a connection times out.