MachinePoolStatistics.BuildCount Property

Namespace:  Microsoft.TeamFoundation.Build.Hosted.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public Property BuildCount As Integer
public int BuildCount { get; internal set; }
public:
property int BuildCount {
    int get ();
    internal: void set (int value);
}
member BuildCount : int with get, internal set
function get BuildCount () : int 
internal function set BuildCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace