DataConnectionSupport.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.
Gets or sets the amount of time to wait when establishing a connection before terminating the attempt and generating a timeout error.
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
An integer representation of the allowable timeout period.