ILicenseRequestSettings.FeatureType

Fore Syntax

FeatureType: UiLicenseFeatureType;

Fore.NET Syntax

FeatureType: Prognoz.Platform.Interop.ForeSystem.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.

Fore and Fore.NET Examples

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

See also:

ILicenseManager