Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum completed age, in seconds, of queued builds to return.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property CompletedAge As Integer
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public int CompletedAge { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property int CompletedAge {
int get ();
void set (int value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member CompletedAge : int with get, set
function get CompletedAge () : int
function set CompletedAge (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.