Share via


CleanupResults.UpdatesCompressed Property

 

Applies To: Windows Server Update Services

Gets or sets the number of updates whose old revisions have been removed.

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

Syntax

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

Property Value

Type: System.Int32

The number of updates whose old revisions have been removed.

See Also

CleanupResults Class
Microsoft.UpdateServices.Administration Namespace

Return to top