RasAutoDialEntry Constructor (Int32, String)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasAutoDialEntry class.

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

Syntax

C#
public RasAutoDialEntry(
	int dialingLocation,
	string entryName
)
Visual Basic
Public Sub New ( 
	dialingLocation As Integer,
	entryName As String
)
Visual C++
public:
RasAutoDialEntry(
	int dialingLocation, 
	String^ entryName
)
F#
new : 
        dialingLocation : int * 
        entryName : string -> RasAutoDialEntry

Parameters

dialingLocation
Type: System..::..Int32
The TAPI dialing location.
entryName
Type: System..::..String
The name of the existing phone book entry to dial.

See Also