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
- 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.