KeywordCollection.Item property

Gets the specified keyword from the collection based on the specified keyword term.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    term As String _
) As Keyword
    Get
'Usage
Dim instance As KeywordCollection
Dim term As String
Dim value As Keyword

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

Parameters

Property value

Type: Microsoft.Office.Server.Search.Administration.Keyword
A Keyword object representing the specified keyword.

See also

Reference

KeywordCollection class

KeywordCollection members

Microsoft.Office.Server.Search.Administration namespace