NetworkSemaphoreSeatsTotal Property |
Gets or sets the number of allowed concurrent users.
Namespace: com.softwarekey.Client.Licensing.NetworkAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic int SeatsTotal { get; set; }
Public Property SeatsTotal As Integer
Get
Set
public:
property int SeatsTotal {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also