Compartir a través de


TransactionTimer.Name (Propiedad)

Obtiene o establece el nombre asignado al objeto TransactionTimer. Este nombre se muestra en el editor de prueba de rendimiento web, o bien en una prueba de rendimiento web codificada en la prueba de rendimiento web y los resultados de la prueba de carga.

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

Sintaxis

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

Valor de propiedad

Tipo: String
Nombre del temporizador de la transacción.

Seguridad de .NET Framework

Vea también

Referencia

TransactionTimer Clase

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