Compartilhar via


ITestPlan.Iteration Propriedade

 

Obtém ou define a iteração ao qual pertence este plano de teste.

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

A iteração desse plano de teste.

Consulte também

Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo