This documentation is archived and is not being maintained.
IBuildServer.GetBuildDefinition Method (String, String)
Visual Studio 2013
Gets a single build definition.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- teamProject
- Type: System.String
The build definition with the given URI.
- name
- Type: System.String
The name of the build definition.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinitionReturns the build definition with the given name in the given team project.
- 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.
Show: