Share via


IQueuedBuildsView.CompletedWindow Property

Gets or sets the time span for which completed builds remain 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
'Usage
Dim instance As IQueuedBuildsView 
Dim value As TimeSpan 

value = instance.CompletedWindow

instance.CompletedWindow = value
TimeSpan CompletedWindow { get; set; }
property TimeSpan CompletedWindow {
    TimeSpan get ();
    void set (TimeSpan value);
}
function get CompletedWindow () : TimeSpan 
function set CompletedWindow (value : TimeSpan)

Property Value

Type: System.TimeSpan

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

IQueuedBuildsView Members

Microsoft.TeamFoundation.Build.Client Namespace