Compartir a través de


PaymentAddress.Country Propiedad

Definición

El país. Los valores deben ser del estándar CLDR .

public:
 property Platform::String ^ Country { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Country();

void Country(winrt::hstring value);
public string Country { get; set; }
var string = paymentAddress.country;
paymentAddress.country = string;
Public Property Country As String

Valor de propiedad

String

Platform::String

winrt::hstring

Obtiene o establece el país.

Se aplica a