SocketWrench .NET Edition

InternetDialer.LocalNumber Property

Gets and sets the local telephone number specified in the phonebook entry.

[Visual Basic]
Public Property LocalNumber As String
[C#]
public string LocalNumber {get; set;}

Property Value

A string which specifies the local telephone number.

Remarks

The LocalNumber property sets or returns the local phone number that is specified in the current phonebook entry. If the CountryCode property has a value of zero, then the local number is dialed to connect to the server. If the CountryCode property is set to a valid country code, then RAS will also use the country and area code values when dialing the phone number.

Note that this property only determines the local phone number for the phonebook entry, and can be overridden by setting the PhoneNumber property to a specific value.

See Also

InternetDialer Class | SocketTools Namespace