Compartilhar via


PaymentAddress.Country Propriedade

Definição

O país. Os valores devem ser do padrão 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 da propriedade

String

Platform::String

winrt::hstring

Obtém ou define o País.

Aplica-se a