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

3/2/2014

Indicates if zero (0.00) is a valid stable weight.

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

Syntax

'Declaration
Public MustOverride Property ZeroValid As Boolean
public abstract bool ZeroValid { get; set; }
public:
virtual property bool ZeroValid {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_ZeroValid ()

/** @property */
public abstract void set_ZeroValid (boolean value)
public abstract function get ZeroValid () : boolean

public abstract function set ZeroValid (value : boolean)

Property Value

A value of true indicates that ReadWeight can return zero as a valid stable weight. Otherwise, the value is false.

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