Click or drag to resize
ActivationCodeInfo Class
Activation code information on appliance for V2V push install
Inheritance Hierarchy
SystemObject
  DoubleTake.Virtualization.Contract.VRAActivationCodeInfo

Namespace: DoubleTake.Virtualization.Contract.VRA
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class ActivationCodeInfo

The ActivationCodeInfo type exposes the following members.

Constructors
  NameDescription
Public methodActivationCodeInfo
Top
Fields
  NameDescription
Public fieldActivationCode
This value is a 24 character, alpha-numeric key which applies the appropriate license to the server.
Public fieldDaysToExpire
This value is the number of days until the license expires.
Public fieldIsEval
This value is true if the license key is an evaluation license; otherwise, it is false.
Public fieldIsNodeLocked
This value is true if the license key must be activated; otherwise, it is false.
Public fieldIsValid
This value is true if the license key is valid; otherwise, it is false.
Top
See Also