Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string specifying the keyword term.
Property Value
Type: Microsoft.Office.Server.Search.Administration.Keyword
A Keyword object representing the specified keyword.