IndexSettingsUseCharacterReplacements Property |
Gets or sets a value indicating whether to use character replacements or not.
The default value is false.
Namespace: GroupDocs.SearchAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic bool UseCharacterReplacements { get; set; }
Public Property UseCharacterReplacements As Boolean
Get
Set
public:
property bool UseCharacterReplacements {
bool get ();
void set (bool value);
}
member UseCharacterReplacements : bool with get, set
Property Value
Type:
BooleanA value indicating whether to use character replacements or not.
See Also