Share via


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
'Usage
Dim instance As ThresholdExceededEventArgs 
Dim value As ThresholdRuleResult 

value = instance.ThresholdResult
public ThresholdRuleResult ThresholdResult { get; }
public:
property ThresholdRuleResult ThresholdResult {
    ThresholdRuleResult get ();
}
public function get ThresholdResult () : ThresholdRuleResult

Property Value

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

.NET Framework Security

See Also

Reference

ThresholdExceededEventArgs Class

ThresholdExceededEventArgs Members

Microsoft.VisualStudio.TestTools.LoadTesting Namespace