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.

ValidationRuleFindText::FindText Property

 

Gets or sets the string which is searched for in the WebTestResponse.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property String^ FindText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The search string.

If UseRegularExpression is true, this property contains a search pattern that is defined by a regular expression.

Return to top
Show: