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.

PropertyExpressionCollection::Add Method (String^, String^)

 

Adds a property express to the collection by using the provided property name and property value.

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

public:
void Add(
	String^ propertyName,
	String^ propertyValue
)

Parameters

propertyName
Type: System::String^

A property name.

propertyValue
Type: System::String^

A property value.

The default operator is equality, which means that the value of the property that has the given name is equal to the provided property value.

Return to top
Show: