RunOutputTestResultMessage.StdErr Property

Definition

Gets the standard error text.

public:
 property System::String ^ StdErr { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_StdErr")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
[System.ComponentModel.ReadOnly(true)]
public string StdErr { get; set; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResult_StdErr")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.StdErr : string with get, set
Public Property StdErr As String

Property Value

The standard error text.

Attributes

Applies to