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

 

Gets the standard error text.

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

public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
property String^ StdErr {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The standard error text.

Return to top
Show: