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

Remarks

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

See Also