Proprietà CloneOperationInformation.TotalTestCaseCount
Numero totale di test case da duplicare
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: System.Int32
Restituisca il valore Int32.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
CloneOperationInformation Classe
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client