Share via


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

3/2/2014

The cost per default unit of weight for the scale.

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

Syntax

'Declaration
Public ReadOnly Property UnitPrice As Decimal
public decimal UnitPrice { get; }
public:
property Decimal UnitPrice {
    Decimal get ();
}
/** @property */
public Decimal get_UnitPrice ()
public function get UnitPrice () : 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