IUpdateServerConfiguration.RevisionDeletionTimeThreshold Property

 

Applies To: Windows Server Update Services

Gets or sets the number of days after the deletion of a revision before the revision can be deleted.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

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

Property Value

Type: System.TimeSpan

The number of days after the deletion of a revision before the revision 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