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

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace