Share via


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