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