API Reference
Enum
WindowsUpdateComplianceState
Severity state produced by the operator-facing Windows Update compliance summary.
Inheritance
- Enum
- WindowsUpdateComplianceState
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const WindowsUpdateComplianceState NoData #No usable data was available to determine compliance posture.
Value:
0public const WindowsUpdateComplianceState Healthy #No warning or critical indicators were detected.
Value:
1public const WindowsUpdateComplianceState Warning #One or more warning indicators were detected.
Value:
2public const WindowsUpdateComplianceState Critical #One or more critical indicators were detected.
Value:
3