ValidateHtmlSelectTag.IgnoreCase Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets a Boolean value indicating whether to perform a case-insensitive validation.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property IgnoreCase As Boolean
Get
Set
'Usage
Dim instance As ValidateHtmlSelectTag
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);
}
member IgnoreCase : bool with get, set
function get IgnoreCase () : boolean
function set IgnoreCase (value : boolean)
Property Value
Type: System.Boolean
true to perform a case-insensitive validation; otherwise, 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.