Partager via


ITestVariable.Name, propriété

Obtient le nom unique de cette variable.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : String
Nom de la variable.

Notes

La définition de cette propriété requiert un nom unique.

Sécurité .NET Framework

Voir aussi

Référence

ITestVariable Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms