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)

Syntax

'Declaration
<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")> _
ReadOnly Default Property Item ( _
    failureType As FailureType _
) As Integer
[ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
int this[
    FailureType failureType
] { get; }
[ObsoleteAttribute(L"This indexer property is deprecated. FailureTypeStatistics should be used instead.")]
property int default[FailureType failureType] {
    int get (FailureType failureType);
}
[<ObsoleteAttribute("This indexer property is deprecated. FailureTypeStatistics should be used instead.")>]
abstract Item : 
        failureType:FailureType -> int with get
JScript does not support indexed properties.

Parameters

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

ITestPointStatistics Interface

Item Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace