LineDetail..::..Quantity Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder.XML
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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