Component..::..ComponentQuantity Property

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

Syntax


[DataMemberAttribute]
public decimal ComponentQuantity { get; set; }
<DataMemberAttribute> _
Public Property ComponentQuantity As Decimal
	Get
	Set
[DataMemberAttribute]
public:
property Decimal^ ComponentQuantity {
	Decimal^ get ();
	void set (Decimal^ value);
}