Click or drag to resize

ILicenseInfo Interface

Information about the current ice.NET license.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface ILicenseInfo

The ILicenseInfo type exposes the following members.

Properties
  NameDescription
Public propertyLicensedFeatures
Gets all features associated with this license.
Public propertyLicensedUsersCount
Gets the number of licensed users.
Public propertyLicenseExpiryDate
Gets the license expiration timestamp.
Public propertyLicenseNumber
Gets the license number.
Public propertyLicenseStartDate
Gets the license start timestamp.
Public propertyLicenseText
Gets the license text.
Public propertyLicenseType
Gets the license type.
Top
Methods
  NameDescription
Public methodGetFeatureLicensedUsers
Gets the number of users that are licensed for a specific feature.
Public methodIsFeatureLicensed
Indicates if a specific feature is licensed.
Top
See Also