RunOutputTestResultMessage.StdOut Property

Gets the standard output text.

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

Syntax

'Declaration
<UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")> _
Public Property StdOut As String
[UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public string StdOut { get; set; }
[UserVisiblePropertyAttribute(L"{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public:
property String^ StdOut {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")>]
member StdOut : string with get, set
function get StdOut () : String
function set StdOut (value : String)

Property Value

Type: System.String
The standard output text.

.NET Framework Security

See Also

Reference

RunOutputTestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace