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 a value indicating whether the match 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 ValidationRuleFindText 
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-insensitive; otherwise, false. The default is false.
.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.