MapAddress.CountryCode Proprietà

Definizione

Ottiene o imposta il codice paese di un indirizzo.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Codice paese di un indirizzo.

Si applica a

Vedi anche