CalculationExpression Property

Of the form: +[BCD]+[CVD]+[E-CESS_CVD]+[PE-C_CVD]+[SHE-C_CVD] where the brackets are replaced with the delimiter char(164) and BCD, CVD ... are tax codes.

The operator may be + - / *.

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

Syntax

'Declaration
Public Property CalculationExpression As String
    Get
    Set
'Usage
Dim instance As Formula
Dim value As String

value = instance.CalculationExpression

instance.CalculationExpression = value
public string CalculationExpression { get; set; }
public:
property String^ CalculationExpression {
    String^ get ();
    void set (String^ value);
}

Property Value

Type: System.String
Returns String.

See Also

Reference

Formula Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace