RasAutoDialEntry.DialingLocation Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the TAPI dialing location.

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

Syntax

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

Property Value

Type: Int32

Remarks

For more information about TAPI dialing locations, see the TAPI Programmer's Reference in the Platform SDK.

See Also