Share via


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

public string Outcome { get; set; }
public:
property String^ Outcome {
    String^ get();
    void set(String^ value);
}
member Outcome : string with get, set
Public Property Outcome As String

Property Value

Type: System.String

The outcome.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top