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.3.0

Syntax

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

See Also