RunResultAndStatistics.DebugTrace 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 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.