Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.