Partager via


NameValue.Value, propriété

Obtient et définit le contenu que la valeur de la propriété Name identifie.

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

Syntaxe

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

Valeur de propriété

Type : String
string qui contient le contenu.

Sécurité .NET Framework

Voir aussi

Référence

NameValue Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms

Name