PhoneNumberInfo.CountryCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the two-letter country code for this phone number.
public:
property int CountryCode { int get(); };
int CountryCode();
public int CountryCode { get; }
var int32 = phoneNumberInfo.countryCode;
Public ReadOnly Property CountryCode As Integer
Property Value
Int32
int
A country code.