SalesOrderLine..::..LastCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public decimal LastCost { get; set; }
Public Property LastCost As Decimal
	Get
	Set
public:
property Decimal^ LastCost {
	Decimal^ get ();
	void set (Decimal^ value);
}