Creates a license request object to perform a query, request, replace, or release operation on a license. The license can be a user license or a feature license on the IC server.

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

Collapse imageSyntax

C#
public LicenseRequest(
	string name,
	LicenseRequestType licenseRequestType
)
Visual Basic
Public Sub New ( _
	name As String, _
	licenseRequestType As LicenseRequestType _
)

Parameters

name
Type: System..::..String
The license name.
licenseRequestType
Type: ININ.IceLib.People..::..LicenseRequestType
The type of operation to perform on this license.

Collapse imageRemarks

The LicenseNameAttributes class contains common IC license names to be used with the name parameter however custom strings may also be used for custom licenses.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

Collapse imageSee Also