Price..::..SellPrice Property

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

Syntax


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