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
- term
Type: System.String
A string specifying the keyword term.
Property Value
Type: Microsoft.Office.Server.Search.Administration.Keyword
A Keyword object representing the specified keyword.