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

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace