共用方式為


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。

適用於