UpdateServerStatus.UpdatesNeedingFilesCount Property

 

Applies To: Windows Server Update Services

Number of updates on the WSUS server that do not have all the required installation files.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public int UpdatesNeedingFilesCount { get; set; }
public:
property int UpdatesNeedingFilesCount {
    int get();
    void set(int value);
}
member UpdatesNeedingFilesCount : int with get, set
Public Property UpdatesNeedingFilesCount As Integer

Property Value

Type: System.Int32

Number of updates on the WSUS server that do not have all the required installation files.

Remarks

This count does not include declined updates.

This count includes both approved and unapproved updates (typically an update will only need files after it is approved for installation).

If you are hosting content locally, files may not be downloaded until they are approved for install.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top