Compartilhar via


Location.SpellingSuggestion property

Obtém ou define uma ortografia alternativa para um termo de pesquisa não é reconhecido.

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

Syntax

'Declaração
Public Property SpellingSuggestion As String
    Get
    Set
'Uso
Dim instance As Location
Dim value As String

value = instance.SpellingSuggestion

instance.SpellingSuggestion = value
public string SpellingSuggestion { get; set; }

Property value

Type: System.String
Uma seqüência de caracteres que contém o termo sugerido.

Ver também

Referência

Location class

Location members

Microsoft.Office.Server.Search.Query namespace