







Gets or sets the length of time (in milliseconds) until the asynchronous connection attempt times out.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public int Timeout { get; set; } |
Visual Basic |
---|
Public Property Timeout As Integer Get Set |
Visual C++ |
---|
public: property int Timeout { int get (); void set (int value); } |
F# |
---|
member Timeout : int with get, set |