IConfigLicenseInfo Interface

This interface is the abstraction of the concrete implementation by class LicenseInfo.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public interface IConfigLicenseInfo

The IConfigLicenseInfo type exposes the following members.

Properties
NameDescription
Public propertyEdition
See property Edition.
Public propertyExpirationDate
See property ExpirationDate.
Public propertyExpirationDays
See property ExpirationDays.
Public propertyFeatureName
See property FeatureName.
Public propertyHostId
See property HostId.
Public propertyIsEvaluation
See property IsEvaluation.
Public propertyIsExpired
See property IsExpired.
Public propertyIssuedDate
See property IssuedDate.
Public propertyLicensedProcessors
See property LicensedProcessors.
Public propertyVersion
See property Version.
Top
Methods
NameDescription
Public methodToString
See method ToString.
Top
See Also