CloneOperationInformation.ClonedTestCaseCount (Propiedad)

Número de casos de prueba clonados a este punto

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

Sintaxis

'Declaración
Public Property ClonedTestCaseCount As Integer
public int ClonedTestCaseCount { get; set; }
public:
property int ClonedTestCaseCount {
    int get ();
    void set (int value);
}
member ClonedTestCaseCount : int with get, set
function get ClonedTestCaseCount () : int
function set ClonedTestCaseCount (value : int)

Valor de propiedad

Tipo: System.Int32
Devuelva Int32.

Seguridad de .NET Framework

Vea también

Referencia

CloneOperationInformation Clase

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