CleanupResults.ObsoleteComputersDeleted Property
Applies To: Windows Server Update Services
Gets or sets the number of computers that were deleted because they were considered obsolete.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public int ObsoleteComputersDeleted { get; set; }
public:
property int ObsoleteComputersDeleted {
int get();
void set(int value);
}
member ObsoleteComputersDeleted : int with get, set
Public Property ObsoleteComputersDeleted As Integer
Property Value
Type: System.Int32
The number of computers that were deleted because they were considered obsolete.
See Also
CleanupResults Class
Microsoft.UpdateServices.Administration Namespace
Return to top