ITestRunBase.BuildFlavor Property
Build flavor such as '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
See Also
ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top