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