MatchCase Property (FindOptions)
In This Topic
Gets or sets whether case is matched when searching.
Syntax
'Declaration
Public Property MatchCase As Boolean
public bool MatchCase {get; set;}
Property Value
true
if case is matched; otherwise,
false
.
See Also