Get the total number of users can be created in Cartella. This number is equal or greater than the seats number.

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

Syntax

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

See Also