NameValue.Name (Propiedad)

Obtiene o establece el nombre del valor.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene el nombre del valor.

Seguridad de .NET Framework

Vea también

Referencia

NameValue Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)

Value