Skip to main content

IApplication.GetFeatureValue method

Namespace: NextDesign.Desktop

Description

Gets the specified key (attribute) value for the specified feature in the current edition. You can get the value regardless of whether the specified feature is enabled or disabled.

If the specified feature is not found, the value returns null. Also, if the specified feature key name is not found, the value returns null.

argument

NameTypeDescription
featureNamestringfeature distinguished name
keystringfeature key (attribute) name

Return value

  • object