Propriedade CloneOperationInformation.TotalTestCaseCount
Número total de situações de teste a ser clonadas
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Property TotalTestCaseCount As Integer
public int TotalTestCaseCount { get; set; }
public:
property int TotalTestCaseCount {
int get ();
void set (int value);
}
member TotalTestCaseCount : int with get, set
function get TotalTestCaseCount () : int
function set TotalTestCaseCount (value : int)
Valor de propriedade
Tipo: System.Int32
Retorna Int32.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.