ResultTableCollection.SpellingSuggestion property
Gets or sets an alternate spelling for a search term that is not recognized.
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (in Microsoft.SharePoint.Client.Search.dll)
Syntax
'Declaration
Public ReadOnly Property SpellingSuggestion As String
Get
'Usage
Dim instance As ResultTableCollection
Dim value As String
value = instance.SpellingSuggestion
public string SpellingSuggestion { get; }
Property value
Type: System.String
The spelling suggestion.