|
| DotRas SDK Documentation |
| RasDialOptions..::..CustomDial Property |
| RasDialOptions Class See Also Send Feedback |
|
Gets or sets a value indicating whether to dial normally instead of calling the custom dial entry point of the custom dialer.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public bool CustomDial { get; set; } |
| Visual Basic |
|---|
Public Property CustomDial As Boolean Get Set |
| Visual C++ |
|---|
public: property bool CustomDial { bool get (); void set (bool value); } |
| F# |
|---|
member CustomDial : bool with get, set |