Share via


ITestCaseResult.FailureType Property

 

Note: This API is now obsolete.

If the test failed, gets the type of failure.

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; set; }
[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
property FailureType FailureType {
    FailureType get();
    void set(FailureType value);
}
[<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")>]
abstract FailureType : FailureType with get, set
<ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")>
Property FailureType As FailureType

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType

The failure type if the test failed; otherwise, null.

See Also

FailureType
ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top