Find out if the user is seated or not by the license manager.
A user without a license see cannot log in to Cartella
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
bool HasSeat { get; set; } |
Visual Basic |
---|
Property HasSeat As Boolean Get Set |
Visual C++ |
---|
property bool HasSeat { bool get (); void set (bool value); } |