GetProperty

Description

Gets the product property given a category and a name.

IQlmProductProperty GetProperty(string category, string name)

Parameters

ParameterTypeDescription

category

string

category of the product property

name

string

name of the product property

Return

TypeDescription

the product property that corresponds to the specified category and name

Last updated