Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")> _
Public Property StdOut As String
'Usage
Dim instance As RunOutputTestResultMessage
Dim value As String
value = instance.StdOut
instance.StdOut = value
[UserVisiblePropertyAttribute("{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public string StdOut { get; set; }
[UserVisiblePropertyAttribute(L"{53483f67-ae8d-4e1b-a048-7dd678cf1869}")]
public:
property String^ StdOut {
String^ get ();
void set (String^ value);
}
public function get StdOut () : String
public function set StdOut (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RunOutputTestResultMessage Class