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