Share via


ITestPointStatistics.FailureTypeStatistics Property

 

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

Syntax

IDictionary<int, int> FailureTypeStatistics { get; }
property IDictionary<int, int>^ FailureTypeStatistics {
    IDictionary<int, int>^ get();
}
abstract FailureTypeStatistics : IDictionary<int, int> with get
ReadOnly Property FailureTypeStatistics As IDictionary(Of Integer, Integer)

Property Value

Type: System.Collections.Generic.IDictionary<Int32Int32>

See Also

ITestPointStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top