LineDetailsAllocation..::..OutputQuantity Property

Namespace:  JiwaFinancials.Jiwa.JiwaBillOfMaterials.WorkOrder
Assembly:  JiwaBillOfMaterials (in JiwaBillOfMaterials.dll)

Syntax


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