SalesQuoteLine..::..SellPriceExGST Property

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

Syntax


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