Partager via


KeywordCollection.Item, propriété (Microsoft.Office.Server.Search.Administration)

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

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    term As String _
) As Keyword
'Utilisation
Dim instance As KeywordCollection
Dim term As String
Dim value As Keyword

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

Paramètres

  • term
    A string specifying the keyword term.

Valeur de la propriété

A Keyword object representing the specified keyword.

Voir aussi

Référence

KeywordCollection, classe
Membres KeywordCollection
Microsoft.Office.Server.Search.Administration, espace de noms