MapAddress.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 or sets the country code of an address.
public:
property Platform::String ^ CountryCode { Platform::String ^ get(); };
winrt::hstring CountryCode();
public string CountryCode { get; }
var string = mapAddress.countryCode;
Public ReadOnly Property CountryCode As String
Property Value
The country code of an address.