PropertyExpression.PropertyName 属性

要搜索的属性的名称。

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

语法

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

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

PropertyExpression 类

Microsoft.VisualStudio.TestTools.UITesting 命名空间