An interface for a build definition specification. Used to query for build definitions.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IBuildDefinitionSpec
public interface IBuildDefinitionSpec
public interface class IBuildDefinitionSpec
type IBuildDefinitionSpec =  interface end
public interface IBuildDefinitionSpec
The IBuildDefinitionSpec type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ContinuousIntegrationType | Gets or sets an optional filter to control the type of build definitions that are returned from the query. | 
| .gif) | FullPath | Gets the full path of the desired build definitions. | 
| .gif) | Name | Gets or sets the name of the desired build definitions. Wildcard characters are supported. | 
| .gif) | Options | Gets or sets the query options that are used to determine whether supporting objects are returned from the query. | 
| .gif) | TeamProject | Gets the team project of the desired build definitions. | 
Top