CurrencyCode Property

Gets or sets the code of the currency the prices are expressed in.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CurrencyCode As String
    Get
    Set
'Usage
Dim instance As ListingPrice
Dim value As String

value = instance.CurrencyCode

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

Property Value

Type: System.String
Returns String.

See Also

Reference

ListingPrice Class

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace