PropertyExpression.PropertyValue 属性

获取或设置要搜索的属性值。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

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

属性值

类型:System.String
要搜索的属性值。

.NET Framework 安全性

请参见

参考

PropertyExpression 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间