ThresholdExceededEventArgs.ThresholdResult Property

Gets a value that indicates if the Critical or Warning threshold level was exceeded.

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
function get ThresholdResult () : ThresholdRuleResult

Property Value

Type: Microsoft.VisualStudio.TestTools.LoadTesting.ThresholdRuleResult
A ThresholdRuleResult enumeration value.

.NET Framework Security

See Also

Reference

ThresholdExceededEventArgs Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace