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

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

Property Value

Type: String
The stdout data that is generated by the test.

.NET Framework Security

See Also

Reference

TestResult Class

Microsoft.VisualStudio.TestTools.Common Namespace