ITestPointStatistic.FailureType Property

 

Note: This API is now obsolete.

Gets the FailureType of the test at this test point.

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

Syntax

[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
FailureType FailureType { get; }
[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
property FailureType FailureType {
    FailureType get();
}
[<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")>]
abstract FailureType : FailureType with get
<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")>
ReadOnly Property FailureType As FailureType

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType

The type of failure.

See Also

FailureType
ITestPointStatistic Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top