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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.