Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Number of machines that should be online (according to the usage model)
Namespace: Microsoft.TeamFoundation.Build.Hosted.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property DesiredMachineCount As Integer
public int DesiredMachineCount { get; internal set; }
public:
property int DesiredMachineCount {
int get ();
internal: void set (int value);
}
member DesiredMachineCount : int with get, internal set
function get DesiredMachineCount () : int
internal function set DesiredMachineCount (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.