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

3/2/2014

The value used to calculate the net weight.

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

Syntax

'Declaration
Public ReadOnly Property Tare As Integer
public int Tare { get; }
public:
property int Tare {
    int get ();
}
/** @property */
public int get_Tare ()
public function get Tare () : 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