LicenseKind Enumeration

Specifies the kind of license.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum LicenseKind
Members
  Member nameValueDescription
Unknown-99The license kind could not be determined.
Unlicensed-1The application does not currently have a valid license.
Evaluation0An evaluation license.
Retail100A retail license intended to be used in a production instance.
IsvDistributionRetail150A license issued to an ISV to be used in a customer-facing production instance.
IsvDistributionNonRetail160A license issued to an ISV to be used in a customer-facing non-production (e.g. customer-facing UAT) instance.
Development200 A license intended to be used in a development/test/staging instance.
IsvNonDistribution250A license issued to an ISV to be used for in-house (i.e. non-customer-facing) development and/or testing.
OemRetail300A license issued to an OEM vendor for use by one of their customers.
OemDeveloper400A license issued to an OEM vendor to perform in-house development.
Demonstration420A license to be used on an instance for sales/demonstration purposes.
Training500A license intended only for DBI training purposes.
See Also