OutputItem..::..QuantityOutput Property

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

Syntax


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