ITestPointStatistic.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.")> _
ReadOnly Property FailureType As FailureType
[ObsoleteAttribute("This property is deprecated. FailureTypeId should be used instead.")]
FailureType FailureType { get; }
[ObsoleteAttribute(L"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
function get FailureType () : FailureType

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType

.NET Framework Security

See Also

Reference

ITestPointStatistic Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace