fmeobjects.FMELicenseManager.getAppLicenseProperty

FMELicenseManager.getAppLicenseProperty(appName, property)

Retrieves the value of a property for a given application. This is only used for application in which there are different levels of support.

Parameters:
  • appName (str) – The name of the application.

  • property (str) – The name of the property to be retrieved.

Return type:

str or None

Returns:

The value of the property if successful or None otherwise.