ValidationRuleFindText.PassIfTextFound Property
Gets or sets a value that indicates whether to pass or fail the test if it is found or not.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property PassIfTextFound As Boolean
'Usage
Dim instance As ValidationRuleFindText
Dim value As Boolean
value = instance.PassIfTextFound
instance.PassIfTextFound = value
public bool PassIfTextFound { get; set; }
public:
property bool PassIfTextFound {
bool get ();
void set (bool value);
}
public function get PassIfTextFound () : boolean
public function set PassIfTextFound (value : boolean)
Property Value
Type: System.Boolean
true if the test passes when the text is found; otherwise, false if the test passes when the text is not found. The default is true.
.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.