TestResult.m_debugTrace Field

Returns "debugTrace".

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

Syntax

'Declaration
<PersistenceElementNameAttribute("debugTrace")> _
Protected m_debugTrace As String
[PersistenceElementNameAttribute("debugTrace")]
protected string m_debugTrace
[PersistenceElementNameAttribute(L"debugTrace")]
protected:
String^ m_debugTrace
[<PersistenceElementNameAttribute("debugTrace")>]
val mutable m_debugTrace: string
protected var m_debugTrace : String

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace