Gets or sets a flag indicating whether a confirmation should printed for this event.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsConfirmationSupressed { get; set; }
Visual Basic (Declaration)
Public Property IsConfirmationSupressed As Boolean
Visual C++
public:
property bool IsConfirmationSupressed {
	bool get ();
	void set (bool value);
}

See Also