Description

Output the licenses this McEngine acquired since its instantiation.

Return Type

None  

Syntax

object.ReportLicensesInUse [ReportFileSpec], [bOpenInNotepad]

The ReportLicensesInUse Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McEngine.
ReportFileSpecOptional. A String value.

If given, this parameter specifies the name of the text file that will contain the licenses acquired by this McEngine. If not specified, a temporary file will be created to hold the information. This temporary file is cleaned up when its associated Notepad instance (see bOpenInNotepad parameter) closes.

bOpenInNotepadOptional. A Boolean value.

If given and TRUE, the text file generated, even if temporary, is opened in Notepad for viewing.

Remarks

Licenses and features are listed in the output. For example, IQS is a license and Engine.1.0 is a feature. Licenses that are acquired but returned are still listed in the output (e.g. A database seat, Client.1.0 falls in this category)