다음을 통해 공유


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을 가져오거나 설정합니다.

적용 대상