Compartir a través de


TestResultMessage.ComputerName (Propiedad)

Obtiene el nombre del equipo donde se realizó la ejecución de pruebas o la prueba asociada.

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

Sintaxis

'Declaración
<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")> _
<GroupingPropertyAttribute> _
Public ReadOnly Property ComputerName As String
[UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
[GroupingPropertyAttribute]
public string ComputerName { get; }
[UserVisiblePropertyAttribute(L"{C0A718B8-1878-4f61-9953-5C6D991A70EC}")]
[GroupingPropertyAttribute]
public:
property String^ ComputerName {
    String^ get ();
}
[<UserVisiblePropertyAttribute("{C0A718B8-1878-4f61-9953-5C6D991A70EC}")>]
[<GroupingPropertyAttribute>]
member ComputerName : string with get
function get ComputerName () : String

Valor de propiedad

Tipo: String
El nombre del equipo donde se realizó la ejecución de pruebas.

Seguridad de .NET Framework

Vea también

Referencia

TestResultMessage Clase

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