API Reference
Enum
WindowsUpdatePatchImpactSeverity
Optional broader business or service impact severity associated with a Windows Update target.
Inheritance
- Enum
- WindowsUpdatePatchImpactSeverity
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 WindowsUpdatePatchImpactSeverity Unknown #No explicit impact severity was supplied.
Value:
0public const WindowsUpdatePatchImpactSeverity Informational #The target has low-priority or informational impact.
Value:
1public const WindowsUpdatePatchImpactSeverity Warning #The target has warning-level impact that should influence patch prioritization.
Value:
2public const WindowsUpdatePatchImpactSeverity Critical #The target has critical impact and should strongly influence patch prioritization.
Value:
3