Line..::..QuantityDemand Property

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

Syntax


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