IUpdateServerConfiguration.ComputerDeletionTimeThreshold Property

 

Applies To: Windows Server Update Services

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)

Syntax

TimeSpan ComputerDeletionTimeThreshold { get; set; }
property TimeSpan ComputerDeletionTimeThreshold {
    TimeSpan get();
    void set(TimeSpan value);
}
abstract ComputerDeletionTimeThreshold : TimeSpan with get, set
Property ComputerDeletionTimeThreshold As TimeSpan

Property Value

Type: System.TimeSpan

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.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The value specified is less than 15 days.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top