Partager via


LoadTestContext.LoadTestRunId, propriété

Obtient l'ID associé à cette série de tests de charge.L'accesseur Set est défini sur interne.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Int32
L'ID d'exécution.

Exceptions

Exception Condition
LoadTestRunIdNotSetException

L'ID d'exécution n'est pas défini.

Sécurité .NET Framework

Voir aussi

Référence

LoadTestContext Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms