PaymentCurrencyAmount.Value 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 monetary value.
public:
property Platform::String ^ Value { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Value();
void Value(winrt::hstring value);
public string Value { get; set; }
var string = paymentCurrencyAmount.value;
paymentCurrencyAmount.value = string;
Public Property Value As String
Property Value
Gets or sets the value.