Enum LicenseType
Defines the types of licenses available.
public enum LicenseType
- Extension Methods
Fields
NoLicense = 0
No license available.
StepLimit = 2
License with step limitations.
UnInit = 3
License not initialized.
Unlimit = 1
Unlimited license.