Gets or sets the EXTENDED_WEIGHT field of the COrderLine.

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

Syntax

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

See Also