The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ThresholdExceededEventArgs::CounterValue Property
Gets the complete name (computer, category, counter, and instance) and value of the performance counter sample that exceeded a threshold.
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
public: property PerformanceCounterValue^ CounterValue { PerformanceCounterValue^ get(); }
Property Value
Type: Microsoft.VisualStudio.TestTools.LoadTesting::PerformanceCounterValue^A PerformanceCounterValue object.
Show: