SearchResultsBaseWebPart.EnablePhonetic Property
Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property EnablePhonetic As Boolean
Get
Set
'Usage
Dim instance As SearchResultsBaseWebPart
Dim value As Boolean
value = instance.EnablePhonetic
instance.EnablePhonetic = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool EnablePhonetic { get; set; }
Property Value
Type: System.Boolean
true if phonetic forms are used; otherwise, false.
Remarks
The default value is false.
See Also
Reference
SearchResultsBaseWebPart Class