ResultTableCollection.SpellingSuggestion 属性 (Microsoft.Office.Server.Search.Query)

Gets or sets an alternate spelling for a search term that is not recognized.

命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Property SpellingSuggestion As String
用法
Dim instance As ResultTableCollection
Dim value As String

value = instance.SpellingSuggestion

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

属性值

A string containing the suggested term.

另请参阅

参考

ResultTableCollection 类
ResultTableCollection 成员
Microsoft.Office.Server.Search.Query 命名空间