Represents the types of licenses that can be queried for.

Namespace: ININ.IceLib.Configuration.DataTypes
Assembly: 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 nameValueDescription
None0 Represents the default, uninitialized value.
UsersAndStations1 Represents licenses that can be applied to both Users and Stations.
Stations2 Represents licenses that can be applied to Stations.
Users3 Represents licenses that can be applied to Users.
All4 Represents any license type.

Version Information

Supported for IC Server version 2017 R1 and beyond.

See Also