Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{42C44186-0318-41ca-95CA-07D8F4A1C375}")]
property String^ StdErr {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The stderr data that is generated by the test.

Return to top
Show: