ITestRun.BuildFlavor Property
Gets or sets the flavor of the build (that is, "Release" or "Debug").
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
string BuildFlavor { get; set; }
property String^ BuildFlavor {
String^ get();
void set(String^ value);
}
abstract BuildFlavor : string with get, set
Property BuildFlavor As String
Property Value
Type: System.String
The flavor of the build (that is, "Release" or "Debug").
Implements
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top