TestResult.m_stdErr Field
Returns "stdErr".
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<PersistenceElementNameAttribute("stderr")> _
Protected m_stdErr As String
[PersistenceElementNameAttribute("stderr")]
protected string m_stdErr
[PersistenceElementNameAttribute(L"stderr")]
protected:
String^ m_stdErr
[<PersistenceElementNameAttribute("stderr")>]
val mutable m_stdErr: string
protected var m_stdErr : 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.