fmeobjects.FMELicenseManager.getReaderLicenseProperty

FMELicenseManager.getReaderLicenseProperty(readerName, property)

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

Parameters:
  • readerName (str) – The name of the reader.

  • 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.