RasAutoDialManager.DisableConnectionQuery Property
From DotRas SDK
|
|
| DotRas SDK Documentation |
| RasAutoDialManager..::..DisableConnectionQuery Property |
| RasAutoDialManager Class See Also Send Feedback |
|
|
Gets or sets a value indicating whether AutoDial displays a dialog box to query the user before creating a connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool DisableConnectionQuery { get; set; } |
| Visual Basic |
|---|
Public Property DisableConnectionQuery As Boolean Get Set |
| Visual C++ |
|---|
public: property bool DisableConnectionQuery { bool get (); void set (bool value); } |
| F# |
|---|
member DisableConnectionQuery : bool with get, set |
Property Value
Type: Boolean
Remarks
true and the AutoDial database has the entry to dial, AutoDial creates a connection without displaying the dialog box.
See Also