SOH..::..QuantityAllocated Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Inventory.SOH
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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