Price..::..LastCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.PriceUpdate.DebtorClassEntry
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


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