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

3/2/2014

Indicates if the scale supports the ReadLiveWeightWithTare method.

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

Syntax

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

Property Value

Returns Boolean.

Remarks

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

CapReadLiveWeightWithTare 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