TestResultMessage.TestName (Propiedad)

Obtiene o establece el nombre de la prueba asociada.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
El nombre de la prueba asociada.

Seguridad de .NET Framework

Vea también

Referencia

TestResultMessage Clase

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