FromCurrencyCode Property

Gets the currency code which is being converted from.

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> _
<RequiredAttribute> _
Public Property FromCurrencyCode As String
    Get
    Private Set
'Usage
Dim instance As GetExchangeRateRequest
Dim value As String

value = instance.FromCurrencyCode
[DataMemberAttribute]
[RequiredAttribute]
public string FromCurrencyCode { get; private set; }
[DataMemberAttribute]
[RequiredAttribute]
public:
property String^ FromCurrencyCode {
    String^ get ();
    private: void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

GetExchangeRateRequest Class

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