다음을 통해 공유


PaymentAddress.Region 속성

정의

국가의 지역입니다.

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

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

속성 값

String

Platform::String

winrt::hstring

지역을 가져오거나 설정합니다.

적용 대상