RasAutoDialManager.ConnectionQueryTimeout Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the length of time (in seconds) before the connection attempt is aborted.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public int ConnectionQueryTimeout { get; set; }
Visual Basic
Public Property ConnectionQueryTimeout As Integer
	Get
	Set
Visual C++
public:
property int ConnectionQueryTimeout {
	int get ();
	void set (int value);
}
F#
member ConnectionQueryTimeout : int with get, set

Property Value

Type: Int32

Remarks

Before attempting an AutoDial connection, the system will display a dialog asking the user to confirm the system should dial.

See Also