Share via


BuildControllerSpec2010 Constructor (String, String, Boolean)

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    serviceHostName As String, _
    includeAgents As Boolean _
)
public BuildControllerSpec2010(
    string name,
    string serviceHostName,
    bool includeAgents
)
public:
BuildControllerSpec2010(
    String^ name, 
    String^ serviceHostName, 
    bool includeAgents
)
new : 
        name:string * 
        serviceHostName:string * 
        includeAgents:bool -> BuildControllerSpec2010
public function BuildControllerSpec2010(
    name : String, 
    serviceHostName : String, 
    includeAgents : boolean
)

Parameters

.NET Framework Security

See Also

Reference

BuildControllerSpec2010 Class

BuildControllerSpec2010 Overload

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace