Partager via


KeywordCollection.Item - Propriété

Obtient le mot clé spécifié de la collection basée sur le terme de mot clé spécifié.

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
    Get
'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
    Type : System.String

    Chaîne spécifiant le terme de mot clé.

Valeur de propriété

Type : Microsoft.Office.Server.Search.Administration.Keyword
Un objet Keyword qui représente le mot clé spécifié.

Voir aussi

Référence

KeywordCollection classe

KeywordCollection - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms