IQueuedBuildsView.CompletedWindow Property

Gets or sets the time span to hold builds in the queue during polling.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property CompletedWindow As TimeSpan
TimeSpan CompletedWindow { get; set; }
property TimeSpan CompletedWindow {
    TimeSpan get ();
    void set (TimeSpan value);
}
abstract CompletedWindow : TimeSpan with get, set
function get CompletedWindow () : TimeSpan 
function set CompletedWindow (value : TimeSpan)

Property Value

Type: System.TimeSpan
The time span to hold builds in the queue during polling.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace