Share via


TestResult.m_stdErr Field

 

Returns "stdErr".

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

Syntax

[PersistenceElementNameAttribute("stderr")]
protected string m_stdErr
protected:
[PersistenceElementNameAttribute("stderr")]
String^ m_stdErr
[<PersistenceElementNameAttribute("stderr")>]
val mutable m_stdErr : string
<PersistenceElementNameAttribute("stderr")>
Protected m_stdErr As String

Field Value

Type: System.String

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top