WeightTareInfo.WeightData Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

The net weight calculated by the scale.

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

Syntax

'Declaration
Public ReadOnly Property WeightData As Integer
public int WeightData { get; }
public:
property int WeightData {
    int get ();
}
/** @property */
public int get_WeightData ()
public function get WeightData () : int

Property Value

Returns Int32.

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

WeightTareInfo Structure
WeightTareInfo Members
Microsoft.PointOfService Namespace