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::StdOut Property

 

Gets or sets the stdout 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("{D0B33661-A037-4002-A312-063A54D8F591}")]
property String^ StdOut {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The stdout data that is generated by the test.

Return to top
Show: