Share via


PriceCalculation.UnitPriceX Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

The cost per unit of weight that is different from the default unit of weight for the scale.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public ReadOnly Property UnitPriceX As Decimal
public decimal UnitPriceX { get; }
public:
property Decimal UnitPriceX {
    Decimal get ();
}
/** @property */
public Decimal get_UnitPriceX ()
public function get UnitPriceX () : decimal

Property Value

Returns Decimal.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PriceCalculation Structure
PriceCalculation Members
Microsoft.PointOfService Namespace