SearchContext.UpdateDiacriticSensitive method

NOTE: This API is now obsolete.

Sets the value of the DiacriticSensitive property of the SearchContext class.

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 Sub UpdateDiacriticSensitive ( _
    diacriticSensitive As Boolean _
)
'Usage
Dim instance As SearchContext
Dim diacriticSensitive As Boolean

instance.UpdateDiacriticSensitive(diacriticSensitive)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public void UpdateDiacriticSensitive(
    bool diacriticSensitive
)

Parameters

  • diacriticSensitive
    Type: System.Boolean

    true if diacritic sensitivity is enabled; otherwise, false.

See also

Reference

SearchContext class

SearchContext members

Microsoft.Office.Server.Search.Administration namespace