Share via


PriceCalculation.WeightDenominatorX Property (POS for .NET v1.14 SDK Documentation)

3/2/2014

The divisor of the weight unit used in the price calculation.

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

Syntax

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

PriceCalculation Structure
PriceCalculation Members
Microsoft.PointOfService Namespace