QuantityLicenseData class
This data object contains information about a license.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Common
Assembly: Lenovo.SysMgmt.LXCA.Integration.Common
Properties
- public DateTime StartDate { get; set; }
- Date when this license starts.
- public DateTime EndDate { get; set; }
- Date when this license ends.
- public int RemainingDays { get; set; }
- Number of days until this license expires.
- public bool IsEnterprise { get; set;}
- Indicates whether this is an enterprise license. This can be one of the following values.
true. This is an enterprise license.
false. This is a standard license.
- public string Quantity { get; set;}
- Number of devices that can be managed under this license. For the Enterprise license, this value is
Unlimited.
- public string ProductName { get; set; }
- Product name of this license.
- public string ProductDescription { get; set; }
- Product description of this license.
- public int Id { get; set; }
- License ID.
- public QuantityLicenseStatus Status { get; set; }
- License status.
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)
Give documentation feedback