Query.EnablePhonetic property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property EnablePhonetic As Boolean
    Get
    Set
'Usage
Dim instance As Query
Dim value As Boolean

value = instance.EnablePhonetic

instance.EnablePhonetic = value
[ObsoleteAttribute("This class is obsolete.")]
public bool EnablePhonetic { get; set; }

Property value

Type: System.Boolean
true if phonetic forms are used; otherwise, false. The default value is false.

See also

Reference

Query class

Query members

Microsoft.SharePoint.Search.Query namespace