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.Namespace:
Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Return to top
Gets the number of points that have the specified failure type.
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.
Show: