ExtractRegularExpression.IgnoreCase Property

Gets or sets a value that indicates whether matching is case-sensitive.

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

Syntax

'Declaration
Public Property IgnoreCase As Boolean
'Usage
Dim instance As ExtractRegularExpression 
Dim value As Boolean 

value = instance.IgnoreCase

instance.IgnoreCase = value
public bool IgnoreCase { get; set; }
public:
property bool IgnoreCase {
    bool get ();
    void set (bool value);
}
public function get IgnoreCase () : boolean 
public function set IgnoreCase (value : boolean)

Property Value

Type: System.Boolean
true if matching is case-sensitive; otherwise, false. The default value is true.

.NET Framework Security

See Also

Reference

ExtractRegularExpression Class

ExtractRegularExpression Members

Microsoft.VisualStudio.TestTools.WebTesting.Rules Namespace