Scale.CapSetPriceCalculationMode Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

Indicates if the scale can use different methods for calculating the price of weighed items on the scale.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapSetPriceCalculationMode As Boolean
public abstract bool CapSetPriceCalculationMode { get; }
public:
virtual property bool CapSetPriceCalculationMode {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapSetPriceCalculationMode ()
public abstract function get CapSetPriceCalculationMode () : boolean

Property Value

Returns Boolean.

Remarks

Set to true if the scale supports the SetPriceCalculationMode method; otherwise it is false.

CapSetPriceCalculationMode is set and updated by the service object, based on the capabilities of the device.

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

Scale Class
Scale Members
Microsoft.PointOfService Namespace