UseSalesRounding Property

Gets a value indicating whether to use sales rounding instead of amount rounding.

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

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

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

GetRoundedValueRequest Class

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