RoundedValue Property

Gets the rounded value which was calculated.

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 RoundedValue As String
    Get
    Private Set
'Usage
Dim instance As GetRoundedDisplayValueResponse
Dim value As String

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

Property Value

Type: System.String
Returns String.

See Also

Reference

GetRoundedDisplayValueResponse Class

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