McApplicationMcInformation Class |
![]() |
Namespace: MediaCy.IQL.Application
Public Class McInformation
The McApplicationMcInformation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ExeName |
Returns the name of the application executable.
|
![]() | IsMetric |
This property is true when the regional settings are set to use the metric system.
|
![]() | LicenseClock |
Returns the [purchased, registered] Maintenance Date information encoded in the running license (for display purposes only).
|
![]() | LicensedModules |
Returns list of licensed modules.
|
![]() | LicenseEndDate |
Returns the actual license end date (as string formatted to locale), "permanent" or "expired".
|
![]() | LicenseType |
Returns the type of software license.
|
![]() | LicenseTypeString |
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.
|
![]() | MaintenanceDates |
Returns the [purchased, registered] Maintenance Date information encoded in the running license (for display purposes only).
|
![]() | MajorVersion |
Returns the major version part of the serial number.
|
![]() | MinorVersion |
Returns the minor version part of the serial number.
|
![]() | Name |
Returns the name of the product.
|
![]() | OemCode |
Returns the OEM code part of the serial number (FID in FID-PID-NNNNNNNNN).
|
![]() | ProductCode |
Returns the product code part of the serial number (PID in FID-PID-NNNNNNNNN).
|
![]() | ProductTier |
Returns the product tier (functionality level).
|
![]() | SerialNumber |
returns the full serial number as a string.
|
![]() | SerialNumberId |
Returns the id part of the serial number (NNNNNNNNN in FID-PID-NNNNNNNNN).
|
![]() | Title |
Returns the title associated with the product.
|
![]() | Version |
Returns the version of the product.
|