SalesOrder..::..SupressEvents Property

Gets or sets a value indicating whether [supress events].

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

Syntax


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

Field Value

true if [supress events]; otherwise, false.