TestResult.StdErr Property

Gets or sets the stderr data that is generated by the test.

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

Syntax

'Declaration
<UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")> _
Public Property StdErr As String
[UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
public string StdErr { get; set; }
[UserVisiblePropertyAttribute(L"{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")>]
member StdErr : string with get, set
function get StdErr () : String 
function set StdErr (value : String)

Property Value

Type: String
The stderr data that is generated by the test.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace