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 with get
function get ViolationMessage () : String
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.