LiquidTechnologies.XmlObjects Namespace / LicenseTermsType Enumeration

In This Topic
    LicenseTermsType Enumeration
    In This Topic
    The basis the code is licensed under
    Syntax
    'Declaration
     
    
    Public Enum LicenseTermsType 
       Inherits System.Enum
    public enum LicenseTermsType : System.Enum 
    Members
    MemberValueDescription
    CommunityEdition2Community license - free but has limits on the size of the source schema, see EULA Liquid XML Objects EULA https://www.liquid-technologies.com/xml-objects/eula
    Educational1An educational license (for non-commercial use), see EULA Liquid XML Objects EULA https://www.liquid-technologies.com/xml-objects/eula
    FullLicense0A license has been purchased, see EULA Liquid XML Objects EULA https://www.liquid-technologies.com/xml-objects/eula
    Sample3Sample license - for evaluation purposes, see Licensing Sample Projects Licensing Sample Projects https://www.liquid-technologies.com/reference/xml-objects/library/licensing to upgrade the license to a FullLicense.
    Trial4Trail license - fully functional, time limited license for testing an evaluation. EULA Liquid XML Objects EULA https://www.liquid-technologies.com/xml-objects/eula
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             LiquidTechnologies.XmlObjects.LicenseTermsType

    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also