UpdateServerStatus.ComputerTargetsNeedingUpdatesCount Property

 

Applies To: Windows Server Update Services

Number of clients with at least one update that is not yet installed.

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

Syntax

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

Property Value

Type: System.Int32

Number of clients with at least one update that is not yet installed.

Remarks

This count includes only updates that are currently approved for installation on the client.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top