API Reference
Enum
WindowsUpdateUninstallCandidateState
Describes the operator-facing risk state for a Windows Update uninstall candidate.
Inheritance
- Enum
- WindowsUpdateUninstallCandidateState
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 WindowsUpdateUninstallCandidateState Informational #No elevated risk indicators were found for this candidate.
Value:
0public const WindowsUpdateUninstallCandidateState Warning #Warning indicators were found for this candidate.
Value:
1public const WindowsUpdateUninstallCandidateState Critical #Critical indicators were found for this candidate.
Value:
2