Represents the types of licenses that can be queried for.
Namespace: ININ.IceLib.Configuration.DataTypesAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum LicenseAppliesToType |
Visual Basic |
---|
Public Enumeration LicenseAppliesToType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Represents the default, uninitialized value. | |
UsersAndStations | 1 | Represents licenses that can be applied to both Users and Stations. | |
Stations | 2 | Represents licenses that can be applied to Stations. | |
Users | 3 | Represents licenses that can be applied to Users. | |
All | 4 | Represents any license type. |
Version Information
Supported for IC Server version 2017 R1 and beyond.