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
Public ReadOnly Property KeywordInformation As KeywordInformation
Get
'Usage
Dim instance As ResultTableCollection
Dim value As KeywordInformation
value = instance.KeywordInformation
public KeywordInformation KeywordInformation { get; }
Property Value
Type: Microsoft.Office.Server.Search.Query.KeywordInformation
A KeywordInformation object.