RunOutputTestResultMessage.StdErr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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