Share via


CleanupScope.CleanupObsoleteUpdates Property

 

Applies To: Windows Server Update Services

Gets or sets whether or not obsolete updates should be deleted from the database.

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

Syntax

public bool CleanupObsoleteUpdates { get; set; }
public:
property bool CleanupObsoleteUpdates {
    bool get();
    void set(bool value);
}
member CleanupObsoleteUpdates : bool with get, set
Public Property CleanupObsoleteUpdates As Boolean

Property Value

Type: System.Boolean

If true, obsolete updates will be deleted from the database.

If false, obsolete updates will not be deleted from the database.

See Also

CleanupScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top