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

3/2/2014

Indicates if the scale supports the ability to determine and control the state and values of the tare and unit prices used in the ReadWeight and DoPriceCalculating methods.

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

Syntax

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

Property Value

Returns Boolean.

Remarks

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

CapFreezeValue 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