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
- 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.