'DeclarationPublic Enum LicenseStatus Inherits System.Enum
public enum LicenseStatus : System.Enum
            'DeclarationPublic Enum LicenseStatus Inherits System.Enum
public enum LicenseStatus : System.Enum
| Member | Value | Description | 
|---|---|---|
| AutomaticEvaluation | 3 | The program or feature is running under the automatic evaluation period. | 
| AutomaticEvaluationExpired | 4 | The automatic evaluation period has expired and no license was found. | 
| Licensed | 1 | The program or feature is licensed. | 
| LicenseExpired | 2 | The license has expired. | 
| NotLicensed | 0 | The program or feature is not licensed. | 
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.LicenseStatus