SalesOrder..::..FixPricing Property

Gets or sets a value indicating whether [fix pricing].

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

Syntax


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

Field Value

true if [fix pricing]; otherwise, false.