TestRun.BuildFlavor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.