Share via


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)

Syntax

[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")]
public string StdOut { get; set; }
public:
[ReadOnlyAttribute(true)]
[UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")]
property String^ StdOut {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")>]
member StdOut : string with get, set
<ReadOnlyAttribute(True)>
<UserVisiblePropertyAttribute("{D0B33661-A037-4002-A312-063A54D8F591}")>
Public Property StdOut As String

Property Value

Type: System.String

The stdout data that is generated by the test.

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top