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.

RunOutputTestResultMessage::StdOut Property

 

Gets the standard output text.

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

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
property String^ StdOut {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The standard output text.

Return to top
Show: