Partager via


NameValue.Name, propriété

Obtient ou définit le nom de la valeur.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String 
function set Name (value : String)

Valeur de propriété

Type : String
string qui contient le nom de la valeur.

Sécurité .NET Framework

Voir aussi

Référence

NameValue Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

Value