Gets or sets an indication of whether to print the InstituteName on the badge.

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

Syntax

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

See Also