CleanupScope.CleanupObsoleteComputers Property
Applies To: Windows Server Update Services
Gets or sets whether or not obsolete computers should be deleted from the database.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool CleanupObsoleteComputers { get; set; }
public:
property bool CleanupObsoleteComputers {
bool get();
void set(bool value);
}
member CleanupObsoleteComputers : bool with get, set
Public Property CleanupObsoleteComputers As Boolean
Property Value
Type: System.Boolean
If true, obsolete computers will be deleted from the database.
If false, obsolete computers will not be deleted from the database.
See Also
CleanupScope Class
Microsoft.UpdateServices.Administration Namespace
Return to top