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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.