QuickObjects.ObjectBase Send comments on this topic.
ProductEditions Enumeration
See Also  
Akal.QuickObjects.ObjectBase Namespace : ProductEditions Enumeration
ProductEditions indicate what edition of the product is being used.

Syntax

C# 
public enum ProductEditions : Enum 

Members

MemberDescription
None None - Indicates that there are no valid licenses provided.
Trial Trial
Community Community
Professional Professional

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.ObjectBase.ProductEditions

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also