ITestPointProperties.MostRecentRunId Propriedade
Obtém a ID de execução de teste mais recente
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
int MostRecentRunId { get; }
property int MostRecentRunId {
int get();
}
abstract MostRecentRunId : int with get
ReadOnly Property MostRecentRunId As Integer
Valor de propriedade
Type: System.Int32
A ID de execução de teste mais recente
Consulte também
Interface ITestPointProperties
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo