clsPurchaseOrder..::..PreviousDeliveredQuantity Property

Namespace:  JiwaFinancials.Jiwa.JiwaBOAlloc
Assembly:  JiwaBOAlloc (in JiwaBOAlloc.dll)

Syntax


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