Compartir a través de


ITestRun.Iteration (Propiedad)

Obtiene o establece el número de veces que se ha llevado a cabo esta ejecución de pruebas.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
Property Iteration As String
    Get
    Set
string Iteration { get; set; }
property String^ Iteration {
    String^ get ();
    void set (String^ value);
}
abstract Iteration : string with get, set
function get Iteration () : String
function set Iteration (value : String)

Valor de propiedad

Tipo: System.String
El número de veces que se ha llevado a cabo esta ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

ITestRun Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)