Partilhar via


Propriedade NameValue.Name

Obtém ou define o nome do valor.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property Name As String
    Get
    Set
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)

Valor de propriedade

Tipo: System.String
A string que contém o nome do valor.

Segurança do .NET Framework

Consulte também

Referência

NameValue Classe

Namespace Microsoft.VisualStudio.TestTools.Common

Value