PluginOrRuleProperty.Value 属性

获取或设置属性值。

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

语法

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

属性值

类型:System.String
属性值。

.NET Framework 安全性

请参见

参考

PluginOrRuleProperty 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间