ExchangeRate Property

Gets the unrounded exchange rate between the currencies.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Services.Messages (in Microsoft.Dynamics.Commerce.Runtime.Services.Messages.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ExchangeRate As Decimal
    Get
    Private Set
'Usage
Dim instance As GetExchangeRateResponse
Dim value As Decimal

value = instance.ExchangeRate
[DataMemberAttribute]
public decimal ExchangeRate { get; private set; }
[DataMemberAttribute]
public:
property Decimal ExchangeRate {
    Decimal get ();
    private: void set (Decimal value);
}

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

GetExchangeRateResponse Class

Microsoft.Dynamics.Commerce.Runtime.Services.Messages Namespace