Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ExtendedModuleLicense
public ExtendedModuleLicense()
public virtual ModuleLicense Current { get; set; }
public virtual ModuleLicense New { get; set; }
public virtual int NumberOfLicensesAdded { get; set; }
public virtual int NumberOfLicensesFree { get; set; }
public virtual int NumberOfLicensesInUse { get; set; }
public virtual int NumberOfLicensesNewFree { get; set; }
public virtual int NumberOfLicensesNewTotal { get; set; }
public virtual int NumberOfLicensesTotal { get; set; }
Was this page helpful?