TestRun.BuildFlavor Property
Gets or sets the build flavor for which the test was run. The tests can be run for "Debug" or "Release".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Property BuildFlavor As String
public string BuildFlavor { get; set; }
public:
property String^ BuildFlavor {
String^ get ();
void set (String^ value);
}
member BuildFlavor : string with get, set
function get BuildFlavor () : String
function set BuildFlavor (value : String)
Property Value
Type: System.String
The build flavor.
.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.