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.
Average time spent per hosted build (including build, setup, cleanup, and reimage time)
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property AverageDuration As TimeSpan
public TimeSpan AverageDuration { get; internal set; }
public:
property TimeSpan AverageDuration {
TimeSpan get ();
internal: void set (TimeSpan value);
}
member AverageDuration : TimeSpan with get, internal set
function get AverageDuration () : TimeSpan
internal function set AverageDuration (value : TimeSpan)
Property Value
Type: System.TimeSpan
Returns 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.