SOH..::..QuantityAllocated Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


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