IBuildFilter.BuildDefinition Property
Gets the name of the build definition for this filter.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string BuildDefinition { get; set; }
property String^ BuildDefinition {
String^ get();
void set(String^ value);
}
abstract BuildDefinition : string with get, set
Property BuildDefinition As String
Property Value
Type: System.String
The name of the build definition for this filter.
See Also
IBuildFilter Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top