Gets or sets the UNIT_COST field of the COrderLine.

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

Syntax

C#
public decimal UnitCost { get; set; }
Visual Basic (Declaration)
Public Property UnitCost As Decimal
Visual C++
public:
property Decimal UnitCost {
	Decimal get ();
	void set (Decimal value);
}

See Also