Share via


CleanupResults.SupersededUpdatesDeclined Property

 

Applies To: Windows Server Update Services

Gets or sets the number of updates that were declined because they were superseded.

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

Syntax

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

Property Value

Type: System.Int32

The number of updates that were declined because they were superseded.

See Also

CleanupResults Class
Microsoft.UpdateServices.Administration Namespace

Return to top