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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.