RunResultAndStatistics.StdOut Property

Definition

Gets or sets the stdout output stream of the associated test run.

public:
 property System::String ^ StdOut { System::String ^ get(); void set(System::String ^ value); };
public string StdOut { get; set; }
member this.StdOut : string with get, set
Public Property StdOut As String

Property Value

The stdout output stream of the associated test run.

Applies to