AmtPerUnitValue Property

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

Syntax

'Declaration
Public Property AmtPerUnitValue As Decimal
    Get
    Set
'Usage
Dim instance As TaxCode
Dim value As Decimal

value = instance.AmtPerUnitValue

instance.AmtPerUnitValue = value
public decimal AmtPerUnitValue { get; set; }
public:
property Decimal AmtPerUnitValue {
    Decimal get ();
    void set (Decimal value);
}

Property Value

Type: System.Decimal
Returns Decimal.

See Also

Reference

TaxCode Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace