Share via


IQueuedBuildSpec.CompletedWindow Property

Gets or sets the completed-by time window that is used to query for completed builds.

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 completed-by time window that is used to query for completed builds.

Remarks

Queued builds that have been completed for a greater duration than the window that is specified will not be included in the query results.

.NET Framework Security

See Also

Reference

IQueuedBuildSpec Interface

Microsoft.TeamFoundation.Build.Client Namespace