Gets or sets an indication of whether to print the registrant's business title on the badge.

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

Syntax

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

See Also