Compartir a través de


MapAddress.Country Propiedad

Definición

Obtiene o establece el país de una dirección.

public:
 property Platform::String ^ Country { Platform::String ^ get(); };
winrt::hstring Country();
public string Country { get; }
var string = mapAddress.country;
Public ReadOnly Property Country As String

Valor de propiedad

String

Platform::String

winrt::hstring

País de una dirección.

Se aplica a

Consulte también