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.
NSExtendedLicenseInfo
DateTime GetAccumulatedNextCheckDate()
NSExtendedLicenseInfo thing; DateTime accumulatedNextCheckDate = thing.GetAccumulatedNextCheckDate();
Bool GetCanBeActivated()
NSExtendedLicenseInfo thing; Bool canBeActivated = thing.GetCanBeActivated();
NSLicenseInfo GetCurrent()
NSExtendedLicenseInfo thing; NSLicenseInfo current = thing.GetCurrent();
NSExtendedModuleLicense[] GetExtendedModuleLicenses()
NSExtendedLicenseInfo thing; NSExtendedModuleLicense[] extendedModuleLicenses = thing.GetExtendedModuleLicenses();
NSLicenseInfo GetNew()
NSExtendedLicenseInfo thing; NSLicenseInfo new = thing.GetNew();
String GetReason()
NSExtendedLicenseInfo thing; String reason = thing.GetReason();
Void SetAccumulatedNextCheckDate(DateTime accumulatedNextCheckDate)
NSExtendedLicenseInfo thing; DateTime accumulatedNextCheckDate; thing.SetAccumulatedNextCheckDate(accumulatedNextCheckDate);
Void SetCanBeActivated(Bool canBeActivated)
NSExtendedLicenseInfo thing; Bool canBeActivated; thing.SetCanBeActivated(canBeActivated);
Void SetCurrent(NSLicenseInfo current)
NSExtendedLicenseInfo thing; NSLicenseInfo current; thing.SetCurrent(current);
Void SetExtendedModuleLicenses(NSExtendedModuleLicense[] extendedModuleLicenses)
NSExtendedLicenseInfo thing; NSExtendedModuleLicense[] extendedModuleLicenses; thing.SetExtendedModuleLicenses(extendedModuleLicenses);
Void SetNew(NSLicenseInfo new)
NSExtendedLicenseInfo thing; NSLicenseInfo new; thing.SetNew(new);
Void SetReason(String reason)
NSExtendedLicenseInfo thing; String reason; thing.SetReason(reason);
Was this page helpful?