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.3.0

Syntax

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

See Also