2#ifndef SENZING_SDK_SZPRODUCT_HPP
3#define SENZING_SDK_SZPRODUCT_HPP
Provides access to the Senzing product version and license metadata.
Definition SzProduct.hpp:10
virtual std::string GetVersion()=0
Returns the JSON describing the currently installed product version.
virtual std::string GetLicense()=0
Returns the JSON describing the currently installed license.
virtual ~SzProduct()=default
Definition SzCoreConfig.hpp:20