共用方式為


ResultTableCollection.KeywordInformation Property

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

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Property KeywordInformation As KeywordInformation
    Get
    Friend Set
'Usage
Dim instance As ResultTableCollection
Dim value As KeywordInformation

value = instance.KeywordInformation
public KeywordInformation KeywordInformation { get; internal set; }

Property Value

Type: Microsoft.SharePoint.Search.Query.KeywordInformation
A KeywordInformation object.

See Also

Reference

ResultTableCollection Class

ResultTableCollection Members

Microsoft.SharePoint.Search.Query Namespace