Information
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.

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

public:
property PerformanceCounterValue^ CounterValue {
	PerformanceCounterValue^ get();
}
Return to top
Show: