Share via


TestStepMarker.Outcome Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
    Get
    Set
'Usage
Dim instance As TestStepMarker
Dim value As String

value = instance.Outcome

instance.Outcome = value
public string Outcome { get; set; }
public:
property String^ Outcome {
    String^ get ();
    void set (String^ value);
}
function get Outcome () : String
function set Outcome (value : String)
member Outcome : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TestStepMarker Class

TestStepMarker Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace