Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Sub UpdateDiacriticSensitive ( _
diacriticSensitive As Boolean _
)
'Usage
Dim instance As SearchContext
Dim diacriticSensitive As Boolean
instance.UpdateDiacriticSensitive(diacriticSensitive)
public void UpdateDiacriticSensitive(
bool diacriticSensitive
)
Parameters
- diacriticSensitive
Type: System.Boolean
true if diacritic sensitivity is enabled; otherwise, false.