 | LicenseState Enumeration |
Represents the state of the license.
Namespace: Habanero.Licensing.ValidationAssembly: Habanero.Licensing.Validation (in Habanero.Licensing.Validation.dll) Version: 2.0.0.0 (2.2.0.5)
SyntaxPublic Enumeration LicenseState
public enum class LicenseState
Members
| Member name | Value | Description |
---|
| Valid | 1 |
The license is valid.
|
| Invalid | 0 |
The license is invalid.
|
| Trial | 2 |
The license is valid but only for a trial.
|
See Also