Click or drag to resize

McApplicationMcInformation Class

This class exposes general information about the product, such as serial number, version...
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcApplicationMcInformation

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Class McInformation

The McApplicationMcInformation type exposes the following members.

Properties
  NameDescription
Public propertyExeName
Returns the name of the application executable.
Public propertyIsMetric
This property is true when the regional settings are set to use the metric system.
Public propertyLicenseClock
Returns the [purchased, registered] Maintenance Date information encoded in the running license (for display purposes only).
Public propertyLicensedModules
Returns list of licensed modules.
Public propertyLicenseEndDate
Returns the actual license end date (as string formatted to locale), "permanent" or "expired".
Public propertyLicenseType
Returns the type of software license.
Public propertyLicenseTypeString
Returns the special string (if any) encoded into the license. Does not attempt to recognize or interpret the value found, just returns the raw string, if any.
Public propertyMaintenanceDates
Returns the [purchased, registered] Maintenance Date information encoded in the running license (for display purposes only).
Public propertyMajorVersion
Returns the major version part of the serial number.
Public propertyMinorVersion
Returns the minor version part of the serial number.
Public propertyName
Returns the name of the product.
Public propertyOemCode
Returns the OEM code part of the serial number (FID in FID-PID-NNNNNNNNN).
Public propertyProductCode
Returns the product code part of the serial number (PID in FID-PID-NNNNNNNNN).
Public propertyProductTier
Returns the product tier (functionality level).
Public propertySerialNumber
returns the full serial number as a string.
Public propertySerialNumberId
Returns the id part of the serial number (NNNNNNNNN in FID-PID-NNNNNNNNN).
Public propertyTitle
Returns the title associated with the product.
Public propertyVersion
Returns the version of the product.
Top
Remarks
The serial number is of the form FID-PID-NNNNNNNNN where: FID is a 3-digit family code (also OEM code when applicable) PID is a 3-digit product code NNNNNNNNN is a 9-digit serial number for the specific copy of software.
See Also