Freigeben über


ThresholdExceededEventArgs.ThresholdResult-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Critical-Schwellenwert oder der Warning-Schwellenwert überschritten wurde.

Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
Ein ThresholdRuleResult-Enumerationswert.

.NET Framework-Sicherheit

Siehe auch

Referenz

ThresholdExceededEventArgs Klasse

Microsoft.VisualStudio.TestTools.LoadTesting-Namespace