ITestCaseResult.FailureType Property

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

'Declaration
Property FailureType As FailureType
FailureType FailureType { get; set; }
property FailureType FailureType {
    FailureType get ();
    void set (FailureType value);
}
abstract FailureType : FailureType with get, set
function get FailureType () : FailureType 
function set FailureType (value : FailureType)

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType
The failure type if the test failed; otherwise, nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ITestCaseResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

FailureType