LoadTestContext.LoadTestRunId (Propiedad)

Obtiene el identificador asociado a esta ejecución de pruebas de carga.El descriptor de acceso Set está establecido como interno.

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

Sintaxis

'Declaración
Public Property LoadTestRunId As Integer
public int LoadTestRunId { get; internal set; }
public:
property int LoadTestRunId {
    int get ();
    internal: void set (int value);
}
member LoadTestRunId : int with get, internal set
function get LoadTestRunId () : int
internal function set LoadTestRunId (value : int)

Valor de propiedad

Tipo: System.Int32
Id. de ejecución.

Excepciones

Excepción Condición
LoadTestRunIdNotSetException

El id. de ejecución no está establecido.

Seguridad de .NET Framework

Vea también

Referencia

LoadTestContext Clase

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