This documentation is archived and is not being maintained.

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)

property TimeSpan CompletedWindow {
	TimeSpan get ();
	void set (TimeSpan value);
}

Property Value

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

Show: