Gets or sets a flag indicating whether the printing of event Notes on confirmation letters should be suppressed.

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

Syntax

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

See Also