Indicates whether AutoDial is enabled for a specific TAPI dialing location.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public bool IsAutoDialEnabled(
int dialingLocation
) |
Visual Basic |
---|
Public Function IsAutoDialEnabled (
dialingLocation As Integer
) As Boolean |
Visual C++ |
---|
public:
bool IsAutoDialEnabled(
int dialingLocation
) |
F# |
---|
member IsAutoDialEnabled :
dialingLocation : int -> bool
|
Parameters
- dialingLocation
- Type: System..::..Int32
The dialing location whose AutoDial status to retrieve.
Return Value
Type:
Booleantrue if the AutoDial feature is currently enabled for the dialing location, otherwise
false.
See Also