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.

IThresholdRule::ViolationMessage Property

 

Gets a message describing a rule violation.

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

property String^ ViolationMessage {
	String^ get();
}

Property Value

Type: System::String^

A message describing a rule violation.

This method is called when a violation occurs for display in a UI component or log file.

Return to top
Show: