Class UserPreferenceStrings.License
License counters to track when to upgrade license
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class UserPreferenceStrings.License
Fields
LastLicenseCheckDate
ISO Date string of the last license check, used to determine if we need to recheck the license due to time since last check
Declaration
public const string LastLicenseCheckDate = "LastLicenseCheckDate"
Field Value
| Type | Description |
|---|---|
| string |
LastLicenseCheckVersion
NetServer version string of the last license check, used to determine if we need to recheck the license due to a server upgrade
Declaration
public const string LastLicenseCheckVersion = "LastLicenseCheckVersion"
Field Value
| Type | Description |
|---|---|
| string |
Section
Section heading: License
Declaration
public const string Section = "License"
Field Value
| Type | Description |
|---|---|
| string |