Udostępnij za pośrednictwem


Właściwość LoadTest.RunSettings —

Pobiera ustawienia uruchamiania, używane do bieżącego przebieg testu obciążenia.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.LoadTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (w Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Składnia

'Deklaracja
Public Property RunSettings As LoadTestRunSettings
public LoadTestRunSettings RunSettings { get; internal set; }
public:
property LoadTestRunSettings^ RunSettings {
    LoadTestRunSettings^ get ();
    internal: void set (LoadTestRunSettings^ value);
}
member RunSettings : LoadTestRunSettings with get, internal set
function get RunSettings () : LoadTestRunSettings
internal function set RunSettings (value : LoadTestRunSettings)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.LoadTestRunSettings
A LoadTestRunSettings object.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

LoadTest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.LoadTesting

Inne zasoby

About Run Settings