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