This documentation is archived and is not being maintained.

ITestSummary::RunPassed Property

Gets or sets a flag that describes the overall status of this test run.

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

property bool RunPassed {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True if all tests passed; otherwise, false.

Show: