Share via


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

3/2/2014

The calculated monetary value for the item on the scale.

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

Syntax

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