ITestRun.Iteration Propriedade
Obtém ou define o número de vezes que esse ensaio foi executado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string Iteration { get; set; }
property String^ Iteration {
String^ get();
void set(String^ value);
}
abstract Iteration : string with get, set
Property Iteration As String
Valor de propriedade
Type: System.String
O número de vezes que esse ensaio foi executado.
Consulte também
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo