PaymentCurrencyAmount.Currency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The currency identifier.
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
Property Value
Gets or sets the Currency.