Compartilhar via


ITestPointProperties.MostRecentResultOutcome Propriedade

 

Obtém a definição mais recente de resultado de resultado.

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

Sintaxe

TestOutcome MostRecentResultOutcome { get; }
property TestOutcome MostRecentResultOutcome {
    TestOutcome get();
}
abstract MostRecentResultOutcome : TestOutcome with get
ReadOnly Property MostRecentResultOutcome As TestOutcome

Valor de propriedade

Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome

A configuração mais recente de resultado do resultado.

Consulte também

TestOutcome
Interface ITestPointProperties
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo