WorkOrder..::..ProductionQuantity Property

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

Syntax


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