RunResultAndStatistics.DebugTrace Property

Definition

Gets or sets the debug trace data for the associated test run.

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

Property Value

A string that contains the debug trace data.

Applies to