Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestResultAggregation::FailedCount Property

 

Gets the number of tests in this result that failed.

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

public:
[UserVisiblePropertyAttribute("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")]
property String^ FailedCount {
	virtual String^ get();
}

Property Value

Type: System::String^

The number of tests in this result that failed.

Return to top
Show: