Gets or sets the booth identifier for this registration.

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

Syntax

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

Remarks

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

See Also