Price..::..Cost Property

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

Syntax


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