RunResultAndStatistics.StdErr Property

Definition

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

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

Property Value

The stderr output stream of the associated test run.

Applies to