PriceIncludesTax Property

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

Syntax

'Declaration
Public Property PriceIncludesTax As Boolean
    Get
    Set
'Usage
Dim instance As Formula
Dim value As Boolean

value = instance.PriceIncludesTax

instance.PriceIncludesTax = value
public bool PriceIncludesTax { get; set; }
public:
property bool PriceIncludesTax {
    bool get ();
    void set (bool value);
}

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

Formula Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace