IThresholdRule.ViolationMessage 属性

获取描述规则冲突的消息。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
ReadOnly Property ViolationMessage As String
string ViolationMessage { get; }
property String^ ViolationMessage {
    String^ get ();
}
abstract ViolationMessage : string with get
function get ViolationMessage () : String

属性值

类型:String
描述规则冲突的消息。

备注

当发生冲突时调用此方法以在 UI 组件或日志文件中进行显示。

.NET Framework 安全性

请参阅

参考

IThresholdRule 接口

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间