Sdílet prostřednictvím


ThresholdExceededEventArgs.ThresholdResult – vlastnost

Získá hodnotu označující, pokud Critical nebo Warning byla překročena prahovou.

Obor názvů:  Microsoft.VisualStudio.TestTools.LoadTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (v Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Deklarace
Public ReadOnly Property ThresholdResult As ThresholdRuleResult
    Get
public ThresholdRuleResult ThresholdResult { get; }
public:
property ThresholdRuleResult ThresholdResult {
    ThresholdRuleResult get ();
}
member ThresholdResult : ThresholdRuleResult
function get ThresholdResult () : ThresholdRuleResult

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
Hodnota výčtu ThresholdRuleResult.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ThresholdExceededEventArgs Třída

Microsoft.VisualStudio.TestTools.LoadTesting – obor názvů