MachinePool.MachineCount Property

Number of computers currently in the pool.

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace