ResultTableCollection.KeywordInformation property
Obtém um objeto de KeywordInformation que fornece informações sobre um termo especial correspondente e sua definição para uma pesquisa de palavra-chave.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property KeywordInformation As KeywordInformation
Get
Set
'Uso
Dim instance As ResultTableCollection
Dim value As KeywordInformation
value = instance.KeywordInformation
instance.KeywordInformation = value
[DataMemberAttribute]
public KeywordInformation KeywordInformation { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.KeywordInformation
A palavra-chave e informações sobre a palavra-chave.