Freigeben über


PaymentAddress.Country Eigenschaft

Definition

Das Land. Die Werte müssen aus dem CLDR-Standard stammen.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Ruft das Land ab oder legt es fest.

Gilt für: