MapAddress.CountryCode Property

Definition

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

String

Platform::String

winrt::hstring

The country code of an address.

Applies to

See also