Compartir a través de


PerformanceCounterValue.MachineName (Propiedad)

Obtiene el nombre del equipo del que se recogió el valor del contador de rendimiento.

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

Sintaxis

'Declaración
Public ReadOnly Property MachineName As String
public string MachineName { get; }
public:
property String^ MachineName {
    String^ get ();
}
member MachineName : string with get
function get MachineName () : String

Valor de propiedad

Tipo: System.String
El nombre del equipo del que se recogió el valor del contador de rendimiento.

Seguridad de .NET Framework

Vea también

Referencia

PerformanceCounterValue Clase

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