BuildMachineInfo.PoolName Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildMachineInfo Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace