SearchSettings.caseSensitive
bool caseSensitive() @property nothrowGet caseSensitive property.
Returns
Whether the search is case sensitive.
void caseSensitive(bool propval) @property nothrowSet caseSensitive property.
Parameters
propval | Whether the search is case sensitive. |