MachinePoolStatistics.MachinePool Property

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

Syntax

'Declaration
Public Property MachinePool As String
public string MachinePool { get; internal set; }
public:
property String^ MachinePool {
    String^ get ();
    internal: void set (String^ value);
}
member MachinePool : string with get, internal set
function get MachinePool () : String 
internal function set MachinePool (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

MachinePoolStatistics Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace