Gets or sets the registrant's name suffix (e.g., Jr., Sr., III) 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.2.0

Syntax

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

Remarks

If the supplied value is not stored in the reference table as a SUFFIX, an error is reported.

See Also