API Reference
Class
WindowsUpdateWsusSummaryRiskResult
WSUS update-summary risk evaluation result.
Inheritance
- Object
- WindowsUpdateWsusSummaryRiskResult
Constructors
public WindowsUpdateWsusSummaryRiskResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public WindowsUpdateWsusSummaryRiskState State { get; set; } #Evaluated state.
public Boolean Warning { get; set; } #True when warning-level thresholds were exceeded.
public Boolean Critical { get; set; } #True when critical-level thresholds were exceeded.
public Boolean UsedApprovedInstallCounters { get; set; } #True when per-update approved-install counters were used.
public Int32 NotInstalledCount { get; set; } #Not-installed update count used for evaluation.
public Int32 PendingRebootCount { get; set; } #Installed-pending-reboot update count used for evaluation.
public Int32 FailedCount { get; set; } #Failed update count used for evaluation.
public String Summary { get; set; } #One-line summary string.