Get the number of available seats.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
int AvailableSeats { get; }
Visual Basic
ReadOnly Property AvailableSeats As Integer
	Get
Visual C++
property int AvailableSeats {
	int get ();
}

Field Value

Int

Remarks

Warning can be issued by CartellaGlobalManager is the available seats are reach certain level. When it reaches 0, new users cannot be assigned to a seat anymore until a seat is freed up from another user account.

See Also