WebTestRuleBase.Type 属性

获取或设置表示规则或插件的类型的 Type 对象。

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

语法

声明
Public Property Type As Type
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type
function set Type (value : Type)

属性值

类型:System.Type
表示规则或插件的类型的 Type 对象。

.NET Framework 安全性

请参见

参考

WebTestRuleBase 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间