Share via


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

See Also

Reference

TestRun Class

Microsoft.VisualStudio.TestTools.Common Namespace