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

Gets the specified keyword 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 Keyword
用法
Dim instance As KeywordCollection
Dim term As String
Dim value As Keyword

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

参数

  • term
    A string specifying the keyword term.

属性值

A Keyword object representing the specified keyword.

另请参阅

参考

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