SocketTools .NET Edition

InternetDialer.PhoneNumber Property

Gets and sets the telephone number of the service provider.

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

Property Value

A string which specifies a telephone number.

Remarks

The PhoneNumber property specifies the telephone number of the service provider. If this property is not set, then the PhoneEntry property must be set to a valid phone book entry. If both the PhoneNumber and PhoneEntry properties are defined, the PhoneNumber property will override the value specified in the phonebook.

See Also

InternetDialer Class | SocketTools Namespace