The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyExpression Constructor (String^, String^)
Initializes a new instance of the PropertyExpression class by using the provided property name and value.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of a property to search for.
- propertyValue
-
Type:
System::String^
A search value for the property.
Show: