SOH..::..QuantityAdjustmentAmount Property

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

Syntax


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