Condividi tramite


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

Vedere anche

Riferimenti

ITmiTestImplementation Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client