DebtorPrice..::..UseQuantityPriceBreak Property

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

Syntax


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