Share via


CleanupScope.DeclineSupersededUpdates Property

 

Applies To: Windows Server Update Services

Gets or sets whether or not superseded updates should be declined.

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

Syntax

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

Property Value

Type: System.Boolean

If true, superseded updates will be declined.

If false, superseded updates will not be declined.

See Also

CleanupScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top