PerformanceCounterValue.CounterName (Propiedad)

Obtiene el nombre 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 CounterName As String
public string CounterName { get; }
public:
property String^ CounterName {
    String^ get ();
}
member CounterName : string with get
function get CounterName () : String

Valor de propiedad

Tipo: System.String
Nombre del contador de rendimiento.

Seguridad de .NET Framework

Vea también

Referencia

PerformanceCounterValue Clase

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