Share via


Scale.MaximumWeight Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Holds the maximum weight measurement possible from the scale.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property MaximumWeight As Decimal
public abstract decimal MaximumWeight { get; }
public:
virtual property Decimal MaximumWeight {
    Decimal get () abstract;
}
/** @property */
public abstract Decimal get_MaximumWeight ()
public abstract function get MaximumWeight () : decimal

Remarks

The measurement unit is specified in the WeightUnit property.

Note

POS for .NET does not use an assumed decimal place for MaximumWeight. The returned value is the actual value and should not be shifted before use.

MaximumWeight is 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
WeightUnit