TestResult.m_debugTrace Field
Returns "debugTrace".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
[PersistenceElementNameAttribute("debugTrace")]
protected string m_debugTrace
protected:
[PersistenceElementNameAttribute("debugTrace")]
String^ m_debugTrace
[<PersistenceElementNameAttribute("debugTrace")>]
val mutable m_debugTrace : string
<PersistenceElementNameAttribute("debugTrace")>
Protected m_debugTrace As String
Field Value
Type: System.String
See Also
TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace
Return to top