Поделиться через


PaymentCurrencyAmount.Currency Свойство

Определение

Идентификатор валюты.

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

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

Значение свойства

String

Platform::String

winrt::hstring

Возвращает или задает значение валюты.

Применяется к