StockTakeLine..::..LastCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaStockTake
Assembly:  JiwaStockTake (in JiwaStockTake.dll)

Syntax


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