LocatablePhoneNumber Class

A full international phone number with three component parts.

Microsoft.MapPoint.LocationServer.Types

Public Class LocatablePhoneNumber Inherits System.Object
    Member of Microsoft.MapPoint.LocationServer.Types
[C#]
public class LocatablePhoneNumber : System.Object
    Member of Microsoft.MapPoint.LocationServer.Types

Remarks

A LocatablePhoneNumber constructor represents a full international phone number with the parts shown in the following table.

Property name Datatype Description
CountryCode string The country code represented in digits. Only numeric characters are allowed. This property can hold a maximum of seven characters.
LocalCode string The area code or city code. Only numeric characters are allowed.
ShortNumber string The local phone number (without the country or area/city code). Only numeric characters are allowed.

See Also

LocatablePhoneNumber Members