Gets or sets the EXTENDED_WEIGHT field of the COrderLine.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public double ExtendedWeight { get; }
Visual Basic (Declaration)
Public ReadOnly Property ExtendedWeight As Double
Visual C++
public:
property double ExtendedWeight {
	double get ();
}

See Also