Gets or sets a flag indicating whether the printing of Coordinators 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 IsCoordinatorsSupressed { get; set; }
Visual Basic (Declaration)
Public Property IsCoordinatorsSupressed As Boolean
Visual C++
public:
property bool IsCoordinatorsSupressed {
	bool get ();
	void set (bool value);
}

See Also