Share via


SharePointValidationRuleFindText2.StopTestPassIfTextFound Property

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

Syntax

'Declaration
Public Property StopTestPassIfTextFound As Boolean
public bool StopTestPassIfTextFound { get; set; }
public:
property bool StopTestPassIfTextFound {
    bool get ();
    void set (bool value);
}
member StopTestPassIfTextFound : bool with get, set
function get StopTestPassIfTextFound () : boolean 
function set StopTestPassIfTextFound (value : boolean)

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointValidationRuleFindText2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace