LocatablePhoneNumber Constructor
Creates an instance of the LocatablePhoneNumber class.
Overload List
Initializes a new instance of the LocatablePhoneNumber class.
[Visual Basic] Public Sub New( )
[C#] public LocatablePhoneNumber( )
Initializes a new instance of the LocatablePhoneNumber class. with countryCode, localCode, shortNumber
[Visual Basic] Public Sub New( countryCode As System.String, localCode As System.String, shortNumber As System.String)
[C#] public LocatablePhoneNumber( System.String countryCode, System.String localCode, System.String shortNumber)
Remarks
An overloaded instance of this constructor can take the three parts of a phone number to create an instance of the LocatablePhoneNumber class.
If you are working with the Location Web Service, the LocatablePhoneNumber class that you access from the Web service proxy class does not contain constructors (because it is generated from a WSDL document).