Gets or sets the EXTENDED_COST field of the COrderLine.

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

Syntax

C#
public decimal ExtendedCost { get; }
Visual Basic
Public ReadOnly Property ExtendedCost As Decimal
	Get
Visual C++
public:
property Decimal ExtendedCost {
	Decimal get ();
}

See Also