Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server Update Services
Gets or sets the number of updates that were deleted because they were considered obsolete.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int ObsoleteUpdatesDeleted { get; set; }
public:
property int ObsoleteUpdatesDeleted {
int get();
void set(int value);
}
member ObsoleteUpdatesDeleted : int with get, set
Public Property ObsoleteUpdatesDeleted As Integer
Property Value
Type: System.Int32
The number of updates that were deleted because they were considered obsolete.
See Also
CleanupResults Class
Microsoft.UpdateServices.Administration Namespace
Return to top