Compartir a través de


TestRun.Name (Propiedad)

Obtiene o establece el nombre de la ejecución de pruebas.

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

Sintaxis

'Declaración
<VisiblePropertyAttribute> _
Public Property Name As String
[VisiblePropertyAttribute]
public string Name { get; set; }
[VisiblePropertyAttribute]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<VisiblePropertyAttribute>]
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Valor de propiedad

Tipo: System.String
Nombre de la ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestRun Clase

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