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
- 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.
See Also
Reference
BuildControllerSpec2010 Overload
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace