次の方法で共有


PaymentCurrencyAmount.CurrencySystem プロパティ

定義

通貨システム。

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

void CurrencySystem(winrt::hstring value);
public string CurrencySystem { get; set; }
var string = paymentCurrencyAmount.currencySystem;
paymentCurrencyAmount.currencySystem = string;
Public Property CurrencySystem As String

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象