Compartir a través de


CivicAddress.CountryRegion Propiedad

Definición

Obtiene o establece el país o la región de la ubicación.

public:
 property System::String ^ CountryRegion { System::String ^ get(); void set(System::String ^ value); };
public string CountryRegion { get; set; }
member this.CountryRegion : string with get, set
Public Property CountryRegion As String

Valor de propiedad

Código de país o región. Si no se proporcionan datos, devuelve Empty.

Comentarios

Normalmente, el país o región se representa mediante un código de país ISO-3166 de dos letras.

Se aplica a