Sets a value that determines the types of licenses that are returned from search queries.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public void SetLicenseAppliesToForQuery(
	LicenseAppliesToType licenseAppliesTo
)
Visual Basic
Public Sub SetLicenseAppliesToForQuery ( _
	licenseAppliesTo As LicenseAppliesToType _
)

Parameters

licenseAppliesTo
Type: ININ.IceLib.Configuration.DataTypes..::..LicenseAppliesToType
The type of licenses to include in the search query.

Remarks

If None is supplied, then a default value of UsersAndStations will be used.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionlicenseAppliesTo was not a valid LicenseAppliesToType value.

Version Information

Supported for IC Server version 2017 R1 and beyond.

See Also