다음을 통해 공유


PaymentAddress.Country 속성

정의

국가. 값은 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

속성 값

String

Platform::String

winrt::hstring

Country를 가져오거나 설정합니다.

적용 대상