Condividi tramite


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

Vedere anche

Riferimenti

ITmiTestImplementation Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client