Share via


CleanupScope.DeclineExpiredUpdates Property

 

Applies To: Windows Server Update Services

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

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

Syntax

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

Property Value

Type: System.Boolean

If true, expired updates will be declined.

If false, expired updates will not be declined.

See Also

CleanupScope Class
Microsoft.UpdateServices.Administration Namespace

Return to top