Summary
Gets or sets a value indicating whether to use case sensitive search.
Default value is
true
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- SearchGuiCommand
Syntax
public bool CaseSensitivity { get; set; }
Attributes
Type | Description |
---|---|
Boolean |
This attribute can be applied to bool-properties in option classes,
to specify the option to pass to the executable in case of
a false or true value. By default, no options
will be sent for either value.
|
Default |
Value
Type | Description |
---|---|
bool |