ITestCaseResult.FailureType Property
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 property is deprecated. FailureTypeId should be used instead.")> _
Property FailureType As FailureType
[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
FailureType FailureType { get; set; }
[ObsoleteAttribute(L"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
function get FailureType () : FailureType
function set FailureType (value : FailureType)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType
.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.