Click or drag to resize
LicenseInformation Structure
Contains information about a license

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public struct LicenseInformation

The LicenseInformation type exposes the following members.

Properties
  NameDescription
Public propertyIsValid
Returns true if the license is valid
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldActivationKey
The key used when the license was activated.
Public fieldAvailableLicenses Obsolete.
Public fieldExpirationDate
License end date
Public fieldFeatures
Feature names
Public fieldIsCheckedOut
True if a floating license is checked out.
Public fieldIsPermanent Obsolete.
Public fieldIsTrial
True if this is a trial license
Public fieldMaxCheckoutTime Obsolete.
Public fieldStartDate Obsolete.
Public fieldState
Describes the state of the license
Public fieldTags
Vendor-defined tags.
Public fieldTotalLicenses
Total number of license instances
Public fieldType
License type
Public fieldVendorInfo
Vendor-defined information
Public fieldVersion
Product version
Top
Version Information

Supported in: 1.0.0.0
See Also