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 = 7The operating system is in an extended grace period.
Licensed = 2The operating system is licensed.
NonGenuineGrace = 5The operating system is in the non-genuine grace period.
Notification = 6The operating system is subject to a notification experience.
OutOfBoxGrace = 3The operating system is in the out-of-box (OOB) grace period.
OutOfToleranceGrace = 4The operating system is in the out of tolerance (OOT) grace period.
Unknown = 0The operating system is license state is unknown.
Unlicensed = 1The operating system is unlicensed.