Ui > Ui Assembly Interfaces > IUiLicenseFeatureInfo
The IUiLicenseFeatureInfo interface is used to get information on a feature.
The interface is outdated, use ILicenseFeatureInfo.
Property name | Brief description | |
![]() |
ClientLockInfo | The ClientLockInfo property returns code of license locking to a client workstation. |
![]() |
CommuterAllowed | The CommuterAllowed property returns True if a local license can be checked out, and False if it is denied. |
![]() |
DaysLeft | The DaysLeft property returns the number of days till the license expiration. |
![]() |
ExpireDate | The ExpireDate property returns expiration date for the license. |
![]() |
FeatureName | The FeatureName property returns feature name. |
![]() |
LicenseMode | The LicenseMode property returns license type: network or stand-alone. |
![]() |
LicenseType | The LicenseType property returns type of license application: trial, temporary or time-unlimited. |
![]() |
LockType | The LockType property returns type of license locking. |
![]() |
StartDate | The StartDate property returns start date for the license. |
![]() |
TrialDaysCount | The TrialDaysCount property returns the number of days left till the trial period ends, if the license type is Trial. |
![]() |
TrialPeriodLeft | Outdated. The TrialPeriodLeft property returns the number of seconds left till the trial license expires. The property is outdated, it is recommended to use IUiLicenseFeatureInfo.DaysLeft instead. |
See also: