UpdateServerStatus.UpdatesNeededByComputersCount Property

 

Applies To: Windows Server Update Services

Number of updates on the WSUS server that are needed by one or more client computers.

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

Syntax

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

Property Value

Type: System.Int32

Number of updates on the WSUS server that are needed by one or more client computers.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top