Share via


TestResult.m_outcome Field

 

Returns "outcome".

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

[PersistenceElementNameAttribute("outcome")]
protected TestOutcome m_outcome
protected:
[PersistenceElementNameAttribute("outcome")]
TestOutcome m_outcome
[<PersistenceElementNameAttribute("outcome")>]
val mutable m_outcome : TestOutcome
<PersistenceElementNameAttribute("outcome")>
Protected m_outcome As TestOutcome

Field Value

Type: Microsoft.VisualStudio.TestTools.Common.TestOutcome

See Also

TestResult Class
Microsoft.VisualStudio.TestTools.Common Namespace

Return to top