StockTakeLine..::..StandardCost Property

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

Syntax


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