SynonymCollection.Item 属性 (Microsoft.Office.Server.Search.Administration)

Gets a synonym from the collection, based on the specified keyword term.

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

语法

声明
Public ReadOnly Default Property Item ( _
    term As String _
) As Synonym
用法
Dim instance As SynonymCollection
Dim term As String
Dim value As Synonym

value = instance(term)
public Synonym this [
    string term
] { get; }

参数

  • term
    A string specifying the keyword term for the synonym.

属性值

A Synonym object representing the specified synonym.

另请参阅

参考

SynonymCollection 类
SynonymCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间