SearchServiceApplication.DiacriticSensitive Property
Gets or sets a flag that indicates 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 Property DiacriticSensitive As Boolean
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.DiacriticSensitive
instance.DiacriticSensitive = value
public bool DiacriticSensitive { get; set; }
Property Value
Type: System.Boolean
true if the Search service is configured to be diacritic sensitive; otherwise, false.
See Also
Reference
SearchServiceApplication Class