Compartilhar via


Propriedade CloneOperationInformation.ClonedTestCaseCount

Número de situações de teste clonadas a este ponto

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

CloneOperationInformation Classe

Namespace Microsoft.TeamFoundation.TestManagement.Client