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)

Syntax

'Declaration
ReadOnly Property ViolationMessage As String
string ViolationMessage { get; }
property String^ ViolationMessage {
    String^ get ();
}
abstract ViolationMessage : string
function get ViolationMessage () : String

Property Value

Type: System.String
A message describing a rule violation.

Remarks

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

.NET Framework Security

See Also

Reference

IThresholdRule Interface

Microsoft.VisualStudio.TestTools.LoadTesting Namespace