QueryProperties.EnableNicknames property

Gets or sets a Boolean value that specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property EnableNicknames As Boolean
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Boolean

value = instance.EnableNicknames

instance.EnableNicknames = value
[DataMemberAttribute]
public bool EnableNicknames { get; set; }

Property value

Type: System.Boolean
true if nicknames are used; otherwise, false, if the exact terms are used. The default value is false.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace