ResultTableCollection.KeywordInformation - Propriété
Obtient un objet KeywordInformation qui fournit des informations sur un terme spécial correspondant et sa définition pour une recherche par mot-clé.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property KeywordInformation As KeywordInformation
Get
Set
'Utilisation
Dim instance As ResultTableCollection
Dim value As KeywordInformation
value = instance.KeywordInformation
instance.KeywordInformation = value
[DataMemberAttribute]
public KeywordInformation KeywordInformation { get; set; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Query.KeywordInformation
Le mot clé et les informations sur le mot clé.