TestRun.BuildFlavor Property

Definition

Gets or sets the build flavor for which the test was run. The tests can be run for "Debug" or "Release".

public:
 property System::String ^ BuildFlavor { System::String ^ get(); void set(System::String ^ value); };
public string BuildFlavor { get; set; }
member this.BuildFlavor : string with get, set
Public Property BuildFlavor As String

Property Value

The build flavor.

Applies to