SalesHistory..::..LineCost Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.Import
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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