SalesOrderLine..::..FixPrice Property

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

Syntax


public bool FixPrice { get; set; }
Public Property FixPrice As Boolean
	Get
	Set
public:
property bool^ FixPrice {
	bool^ get ();
	void set (bool^ value);
}