IUpdateServerConfiguration.ComputerDeletionTimeThreshold Property
Gets or sets the number of days between the last time the computer reported to the server and the time it can be deleted.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ TimeSpan get_ComputerDeletionTimeThreshold () /** @property */ void set_ComputerDeletionTimeThreshold (TimeSpan value)
function get ComputerDeletionTimeThreshold () : TimeSpan function set ComputerDeletionTimeThreshold (value : TimeSpan)
Property Value
A TimeSpan indicating the amount of time between the last time the computer reported to the server and the time it can be deleted. The minimum value is 15 days.| Exception type | Condition |
|---|---|
| ArgumentOutOfRangeException | The value specified is less than 15 days. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2