Gets or sets the registrant's middle name 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 MiddleName { get; set; }
Visual Basic (Declaration)
Public Property MiddleName As String
Visual C++
public:
property String^ MiddleName {
	String^ get ();
	void set (String^ value);
}

Remarks

If the supplied value is greater than 20 characters in length an error is reported.

See Also