ITestPointProperties.MostRecentFailureType Property
Note: This API is now obsolete.
Gets the most recent FailureType for the associated test point.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
[ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")]
FailureType MostRecentFailureType { get; }
[ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")]
property FailureType MostRecentFailureType {
FailureType get();
}
[<ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")>]
abstract MostRecentFailureType : FailureType with get
<ObsoleteAttribute("This property is deprecated. MostRecentFailureTypeId should be used instead.")>
ReadOnly Property MostRecentFailureType As FailureType
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.FailureType
See Also
FailureType
ITestPoint
ITestPointProperties Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top