MachinePoolStatistics.ShortBuilds Property
Number of Hosted Builds whose RunDuration was less than pool.MinRunDuration
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
'Declaration
Public Property ShortBuilds As Integer
public int ShortBuilds { get; internal set; }
public:
property int ShortBuilds {
int get ();
internal: void set (int value);
}
member ShortBuilds : int with get, internal set
function get ShortBuilds () : int
internal function set ShortBuilds (value : int)
Type: System.Int32
Returns Int32.
- 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.