CoreResultsWebPart.SpellcheckingMode property

Applies to: Microsoft FAST Search Server 2010 for SharePoint
Gets or sets the flag for how spelling corrections and suggestions are handled for a query.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property SpellcheckingMode As SpellcheckMode
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As SpellcheckMode

value = instance.SpellcheckingMode

instance.SpellcheckingMode = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public SpellcheckMode SpellcheckingMode { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.SpellcheckMode
A value from the SpellcheckMode enumeration.

Remarks

For more information about automatic spelling correction, see Linguistic Query Features.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace