How to read Product Properties from a data set
To retrieve product properties from the server, you should typically call QlmLicense.GetProductProperties.
If you are already calling QlmLicense.GetDataSet, you already have the product properties in the dataset. You can therefore read them as shown in the example below.
PreviousHow to recover from a corrupted xml configuration fileNextWhy does ReadKeys still return a key after calling DeleteKeys?
Last updated