Gets or sets the prefix to the registrant's name, e.g., Mr., Mrs., Dr., etc., as it will print on the registrant's badges and labels.

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

Syntax

C#
public string Prefix { get; set; }
Visual Basic
Public Property Prefix As String
	Get
	Set
Visual C++
public:
property String^ Prefix {
	String^ get ();
	void set (String^ value);
}

Remarks

If the supplied value is greater than 25 characters (iMIS 15.0.2 or later) or 10 characters (prior to iMIS 15.0.2) in length an error is reported.

See Also