ResultTableCollection.KeywordInformation property

Gets a KeywordInformation object that provides information about a matched special term and its definition for a keyword search.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property KeywordInformation As KeywordInformation
    Get
    Set
'Usage
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
The keyword and information about the keyword.

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace