ILicenseFeatureInfo.TrialDaysCount

Fore Syntax

TrialDaysCount: Integer;

Fore.NET Syntax

TrialDaysCount: Int32;

Description

The TrialDaysCount property returns the number of days when a license type is used with trial period.

Comments

The trial period is determined by the ILicenseFeatureInfo.LicenseType property.

Fore and Fore.NET Examples

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

See also:

ILicenseFeatureInfo