次の方法で共有


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

Region を取得または設定します。

適用対象