Share via


SearchContext.DiacriticSensitive Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public ReadOnly Property DiacriticSensitive As Boolean
    Get
'Usage
Dim instance As SearchContext
Dim value As Boolean

value = instance.DiacriticSensitive
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public bool DiacriticSensitive { get; }

Property Value

Type: System.Boolean
true if the Search service is configured to be sensitive to diacritics; otherwise, false.

See Also

Reference

SearchContext Class

SearchContext Members

Microsoft.Office.Server.Search.Administration Namespace