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