GetProductInfo

Description

Gets information about a product from the server.

 IQlmProductInfo GetProductInfo(string webServiceUrl, string productName, 
                                int productID, int majorVersion, int minorVersion)

Parameters

ParameterTypeDescription

webServiceUrl

string

URL to the QLM License Server

productName

string

name of the product

productID

int

ID of the product

majorVersion

int

major version of the product

minorVersion

int

minor version of the product

Return

Type

details about the product

Last updated