Gets or sets an indication of the type of room associated with this registration.

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

Syntax

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

Remarks

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

See Also