SalesOrderLine..::..QuantityThisDel Property

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

Syntax


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