UseCurrencySymbol Property

Gets a value indicating whether the currency symbol should be used.

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 UseCurrencySymbol As Boolean
    Get
    Private Set
'Usage
Dim instance As GetRoundedDisplayCurrencyRequest
Dim value As Boolean

value = instance.UseCurrencySymbol
[DataMemberAttribute]
public bool UseCurrencySymbol { get; private set; }
[DataMemberAttribute]
public:
property bool UseCurrencySymbol {
    bool get ();
    private: void set (bool value);
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

GetRoundedDisplayCurrencyRequest Class

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