Share via


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

'Declaration
Property BuildDefinition As String
string BuildDefinition { get; set; }
property String^ BuildDefinition {
    String^ get ();
    void set (String^ value);
}
abstract BuildDefinition : string with get, set
function get BuildDefinition () : String 
function set BuildDefinition (value : String)

Property Value

Type: String
The name of the build definition for this filter.

.NET Framework Security

See Also

Reference

IBuildFilter Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace