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