IgnoreCase Property

MSBuild

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

true if [ignore case]; otherwise, false.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.