MatchCase Property (FindOptions)
In This Topic
Gets or sets a value indicating whether [match case].
Syntax
'Declaration
Public Property MatchCase As Boolean
public bool MatchCase {get; set;}
Property Value
true
if [match case]; otherwise,
false
.
See Also