Click or drag to resize

License Class

A license.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLicense

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The License type exposes the following members.

Properties
  NameDescription
Public propertyAccountId
Gets the account identifier.
Public propertyStatic memberCurrent
Gets the current license.
Public propertyId
Gets the license identifier.
Public propertyIsTrial
Gets a value indicating whether this is a trial license.
Public propertyIsValid
Gets a value indicating whether this is a valid license.
Public propertyProductCode
Gets the product code.
Public propertyValidFrom
Gets the "valid from" date.
Public propertyValidTo
Gets the "valid to" date.
Top
Methods
  NameDescription
Public methodStatic memberCheckKey
Gets a value indicating whether a valid key has been set.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStatic memberSetKey
Sets the license key.
Public methodToString (Inherited from Object.)
Top
See Also