SearchContext.DiacriticSensitive Property
Gets a Boolean value indicating whether the Search service is configured to be diacritic sensitive.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property DiacriticSensitive As Boolean
Get
'Usage
Dim instance As SearchContext
Dim value As Boolean
value = instance.DiacriticSensitive
public bool DiacriticSensitive { get; }
Property Value
Type: System.Boolean
true if the Search service is configured to be sensitive to diacritics; otherwise, false.