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.

ITestPointStatistics::Item Property (FailureType)

 
Note: This API is now obsolete.

Gets the number of points that have the specified failure type.

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

[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
property int default[
	FailureType failureType
] {
	int get(FailureType failureType);
}

Parameters

failureType
Type: Microsoft.TeamFoundation.TestManagement.Client::FailureType

A member of the FailureType enumeration.

Property Value

Type: System::Int32

The number of points that have the specified failure type.

Return to top
Show: