Skip to main content

QuantityLicenseFileInstallInfo class

This data object contains information about the installation result of a license-activation key.

Namespace: Lenovo.SysMgmt.LXCA.Integration.Data

Assembly: Lenovo.SysMgmt.LXCA.Integration.Data

Properties

public string Result { get; set;}
Result of installation process. This can be one of the following values.
  • OK

  • DUPLICATE

  • EXPIRED

  • INVALID

  • NOTLXCA

public string Reason { get; set; }
Short explanation of the results
public string FileName { get; set; }
File name of the license which was installed or tried to be installed.

Methods

public virtual bool Equals (object obj);
Determines whether the specified object is equal to the current object.

(Inherited from System.Object)

public virtual int GetHashCode ();
Serves as the default hash function

(Inherited from System.Object)

public Type GetType ();
Gets the System.Type of the current instance

(Inherited from System.Object)

public virtual string ToString ();
Returns a string that represents the current object.

(Inherited from System.Object)