MachinePoolStatistics.MachineCount Property

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; internal set; }
public:
property int MachineCount {
    int get ();
    internal: void set (int value);
}
member MachineCount : int with get, internal set
function get MachineCount () : int 
internal function set MachineCount (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace