ITestElement.Name (Propiedad)

Obtiene o establece el nombre de este elemento de prueba.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
El nombre de este elemento de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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