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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。