Share via


SharePointValidationRuleFindText2.StopTestUseRegEx Property

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

Syntax

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

SharePointValidationRuleFindText2 Class

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace