Inventory..::..StandardCost Property

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

Syntax


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