Proprietà CloneOperationInformation.TotalTestCaseCount
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: Int32
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
CloneOperationInformation Classe
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client