InputItem..::..Quantity Property

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

Syntax


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