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::Item Property (String^)

 

Returns the property expression that corresponds to the provided property name.

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

public:
property String^ default[
	String^ propertyName
] {
	String^ get(String^ propertyName);
	void set(String^ propertyName, String^ value);
}

Parameters

propertyName
Type: System::String^

The name of the property that specifies the expression to return.

Property Value

Type: System::String^

The property expression that corresponds to the provided property name.

Return to top
Show: