Creates a new build definition specification that can be used to query build definitions.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateBuildDefinitionSpec ( _
    teamProject As String _
) As IBuildDefinitionSpec
IBuildDefinitionSpec CreateBuildDefinitionSpec(
    string teamProject
)
IBuildDefinitionSpec^ CreateBuildDefinitionSpec(
    String^ teamProject
)
abstract CreateBuildDefinitionSpec : 
        teamProject:string -> IBuildDefinitionSpec
function CreateBuildDefinitionSpec(
    teamProject : String
) : IBuildDefinitionSpec
Parameters
- teamProject 
 Type: System.String- The team project for which definitions can be queried. 
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinitionSpec
The new build definition specification.
.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.