XdsObjects Help file
XdsObjects.Enums Namespace / LicenseTypes Enumeration



In This Topic
    LicenseTypes Enumeration
    In This Topic
    Indicates the basic type of XdsObjects license
    Syntax
    Public Enum LicenseTypes 
       Inherits System.Enum
    Dim instance As LicenseTypes
    public enum LicenseTypes : System.Enum 
    public enum class LicenseTypes : public System.Enum 
    Members
    MemberDescription
    Demo Allows use for demonstrations
    Developer Use for development and testing only
    Full Full commercial license for production use
    Trial Allows use for evaluation only
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             XdsObjects.Enums.LicenseTypes

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also