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.
Namespace:  Microsoft.TeamFoundation.Build.Server
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 BuildControllerSpec(
    string name,
    string serviceHostName,
    bool includeAgents
)
public:
BuildControllerSpec(
    String^ name, 
    String^ serviceHostName, 
    bool includeAgents
)
new : 
        name:string * 
        serviceHostName:string * 
        includeAgents:bool -> BuildControllerSpec
public function BuildControllerSpec(
    name : String, 
    serviceHostName : String, 
    includeAgents : boolean
)
Parameters
- name
 Type: System.String
- serviceHostName
 Type: System.String
- includeAgents
 Type: System.Boolean
.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.