InputItem..::..OriginalQuantityAllocated Property

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

Syntax


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