UpdateServerStatus.UpdatesUpToDateCount Property

 

Applies To: Windows Server Update Services

Get or set the number of Updates on the UpdateServer that are known to be Installed or NotApplicable on all computers.

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

Syntax

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

Property Value

Type: System.Int32

The number of Updates on the UpdateServer that are known to be Installed or NotApplicable on all computers.

See Also

UpdateServerStatus Class
Microsoft.UpdateServices.Administration Namespace

Return to top