Condividi tramite


Proprietà ITestVariable.Name

Ottiene il nome univoco per la variabile.

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: System.String
Il nome della variabile.

Note

impostare questa proprietà richiede un nome univoco.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestVariable Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client