Share via


ITestSummary.RunPassed Property

Gets or sets the overall status of the test run. This property is true if all tests passed, false otherwise.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property RunPassed As Boolean
'Usage
Dim instance As ITestSummary 
Dim value As Boolean 

value = instance.RunPassed

instance.RunPassed = value
bool RunPassed { get; set; }
property bool RunPassed {
    bool get ();
    void set (bool value);
}
function get RunPassed () : boolean 
function set RunPassed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ITestSummary Interface

ITestSummary Members

Microsoft.TeamFoundation.Build.Client Namespace