Proprietà ITmiTestImplementation.TestName
Ottiene o imposta il nome del metodo di test.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Property TestName As String
string TestName { get; set; }
property String^ TestName {
String^ get ();
void set (String^ value);
}
abstract TestName : string with get, set
function get TestName () : String
function set TestName (value : String)
Valore proprietà
Tipo: System.String
Il nome del metodo di test.
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
ITmiTestImplementation Interfaccia
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client