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

See Also

Reference

TestStepMarkerAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged