TestStepMarkerAction.Outcome Property
Gets or sets the marker step outcome.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Outcome As String
public string Outcome { get; set; }
public:
property String^ Outcome {
String^ get ();
void set (String^ value);
}
member Outcome : string with get, set
function get Outcome () : String
function set Outcome (value : String)
Property Value
Type: String
The outcome.
Remarks
Setting this property raises the PropertyChanged event.
.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.