Share via


TestIterationResult.Passed Property

Gets a value that indicates whether the test passed.

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

Syntax

'Declaration
Public ReadOnly Property Passed As Boolean
'Usage
Dim instance As TestIterationResult 
Dim value As Boolean 

value = instance.Passed
public bool Passed { get; }
public:
property bool Passed {
    bool get ();
}
public function get Passed () : boolean

Property Value

Type: System.Boolean
true if the test passed; otherwise, false.

.NET Framework Security

See Also

Reference

TestIterationResult Class

TestIterationResult Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace