TestCaseEndEvent.TestCaseOutcome Property

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

Gets the pass or fail outcome of the test case.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property TestCaseOutcome As Integer
    Get
    Private Set
'Usage
Dim instance As TestCaseEndEvent
Dim value As Integer

value = instance.TestCaseOutcome
public int TestCaseOutcome { get; private set; }
public:
property int TestCaseOutcome {
    int get ();
    private: void set (int value);
}
member TestCaseOutcome : int with get, private set
function get TestCaseOutcome () : int
private function set TestCaseOutcome (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TestCaseEndEvent Class

TestCaseEndEvent Members

Microsoft.VisualStudio.TraceLog Namespace