WebTestRuleBase.DisplayName 属性

获取或设置要在 Web 性能测试编辑器中显示的规则或插件的名称。

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

语法

声明
Public Property DisplayName As String
    Get
    Set
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

属性值

类型:System.String
规则或插件的名称。

.NET Framework 安全性

请参见

参考

WebTestRuleBase 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间