Condividi tramite


Proprietà ITestEnvironment.Name

Ottiene o imposta il nome univoco per l'ambiente di test in un progetto team o in un 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

Note

Se viene modificato il nome, si prevede che anche l'ambiente dovrà essere stato modificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestEnvironment Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client