UpdateServerStatus.WsusInfrastructureUpdatesNotApprovedForInstallCount Property
Applies To: Windows Server Update Services
Number of WSUS infrastructure updates on the WSUS server that are not approved for installation.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int WsusInfrastructureUpdatesNotApprovedForInstallCount { get; set; }
public:
property int WsusInfrastructureUpdatesNotApprovedForInstallCount {
int get();
void set(int value);
}
member WsusInfrastructureUpdatesNotApprovedForInstallCount : int with get, set
Public Property WsusInfrastructureUpdatesNotApprovedForInstallCount As Integer
Property Value
Type: System.Int32
Number of WSUS infrastructure updates on the WSUS server that are not approved for installation.
Remarks
This count does not include declined updates.
This count includes both approved and unapproved updates, as long as the approval action is not install.
See Also
UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace
Return to top