Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResult::DebugTrace Property

 

Gets or sets the debug trace information.

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

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{88C219EA-7069-49cb-8C41-CBAA4AD797D7}")]
property String^ DebugTrace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The debug trace information.

Return to top
Show: