MatchAttribute.IgnoreCase Property

 

Gets or sets a value that indicates whether the pattern to match is case insensitive.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

member IgnoreCase : bool with get, set

Property Value

Type: System.Boolean

true if matching is case insensitive; otherwise, false. The default value is false.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: