Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

public:
PropertyExpression(
	String^ propertyName,
	String^ propertyValue
)

Parameters

propertyName
Type: System::String^

The name of a property to search for.

propertyValue
Type: System::String^

A search value for the property.

Return to top
Show: