RunResultAndStatistics.DebugTrace Property

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property DebugTrace As String
public string DebugTrace { get; set; }
public:
property String^ DebugTrace {
    String^ get ();
    void set (String^ value);
}
member DebugTrace : string with get, set
function get DebugTrace () : String
function set DebugTrace (value : String)

Property Value

Type: System.String
A string that contains the debug trace data.

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace