Condividi tramite


Proprietà ITestController.Name

Ottiene o imposta il nome univoco del progetto del controller di test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Property Name As String
string Name { get; set; }
property String^ Name {
    String^ get ();
    void set (String^ value);
}
abstract Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valore proprietà

Tipo: String
Nome del controller di test.

Note

Modificare il nome di questo controller di test indica che è prevista la modifica del controller di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestController Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client