Share via


PaymentAddress.Country Property

Definition

The country. Values must be from the CLDR standard.

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the Country.

Applies to