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: |
| object | An expression evaluating to an object of type McEngine. | | ReportFileSpec | Optional. 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.
| | bOpenInNotepad | Optional. 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)
|