Compartilhar via


Propriedade ITestPointProperties.MostRecentFailureType

Observação: esta API agora é obsoleta.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
<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

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.FailureType

Segurança do .NET Framework

Consulte também

Referência

ITestPointProperties Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client