Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Property FindText As String
public string FindText { get; set; }
public:
property String^ FindText {
String^ get ();
void set (String^ value);
}
member FindText : string with get, set
function get FindText () : String
function set FindText (value : String)
Property Value
Type: String
The search string.
Remarks
If UseRegularExpression is true, this property contains a search pattern that is defined by a regular expression.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace