Gets or sets a value specifies case-insensitive matching. .
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property IgnoreCase As Boolean |
| C# |
|---|
| public bool IgnoreCase { get; set; } |
| C++ |
|---|
| public property bool IgnoreCase sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_IgnoreCase(); /** property */ public void set_IgnoreCase(bool value); |
| JScript |
|---|
| public function get IgnoreCase() : bool public function set IgnoreCase(value : bool); |
Property Value
if [ignore case]; otherwise, .
See Also
Documentation version 1.0.0.0.