Gets or sets the number of rooms associated with this registration.

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

Syntax

C#
public int RoomQuantity { get; set; }
Visual Basic (Declaration)
Public Property RoomQuantity As Integer
Visual C++
public:
property int RoomQuantity {
	int get ();
	void set (int value);
}

See Also