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.

RunOutputTestResultMessage::DebugTrace Property

 

Gets the trace text.

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

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{93c2eda9-612d-40db-9988-2d73a85c99cc}")]
property String^ DebugTrace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The trace text.

Return to top
Show: