Property Currency
Currency
Gets the currency associated with this value.
Declaration
public Currency Currency { get; }
Property Value
Type | Description |
---|---|
Currency |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Attempted to get the currency on a default value which has no currency associated with it. |