ILicenseRequestSettings.FeatureType

Syntax

FeatureType: UiLicenseFeatureType;

Description

The FeatureType property is used to request one feature without specifying name of this feature.

Comments

The property is relevant when the ILicenseManager.RequestLicense method is used without the FeatureName parameter.

Example

The property use is given in the example for ILicenseManager.RequestLicense.

See also:

ILicenseManager