Enum WindowsOperatingSystemLicenseState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of a Windows operating system license.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum WindowsOperatingSystemLicenseState
Fields
ExtendedGrace = 7
The operating system is in an extended grace period.
Licensed = 2
The operating system is licensed.
NonGenuineGrace = 5
The operating system is in the non-genuine grace period.
Notification = 6
The operating system is subject to a notification experience.
OutOfBoxGrace = 3
The operating system is in the out-of-box (OOB) grace period.
OutOfToleranceGrace = 4
The operating system is in the out of tolerance (OOT) grace period.
Unknown = 0
The operating system is license state is unknown.
Unlicensed = 1
The operating system is unlicensed.