SOH..::..QuantityIn Property

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

Syntax


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