RunOutputTestResultMessage.StdErr Property

Gets the standard error text.

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

Syntax

'Declaration
<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")> _
Public Property StdErr As String
[UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public string StdErr { get; set; }
[UserVisiblePropertyAttribute(L"{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")]
public:
property String^ StdErr {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{908fc174-9158-4ae9-8c1f-3e6fa51e2bd6}")>]
member StdErr : string with get, set
function get StdErr () : String
function set StdErr (value : String)

Property Value

Type: System.String
The standard error text.

.NET Framework Security

See Also

Reference

RunOutputTestResultMessage Class

Microsoft.VisualStudio.TestTools.Common Namespace