SharePointSearchRuntime.KeywordQueryObject property

Gets the object representing a keyword search query.

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

Syntax

'Declaration
Public ReadOnly Property KeywordQueryObject As KeywordQuery
    Get
'Usage
Dim instance As SharePointSearchRuntime
Dim value As KeywordQuery

value = instance.KeywordQueryObject
public KeywordQuery KeywordQueryObject { get; }

Property value

Type: Microsoft.Office.Server.Search.Query.KeywordQuery
The keyword search query object.

See also

Reference

SharePointSearchRuntime class

SharePointSearchRuntime members

Microsoft.Office.Server.Search.Query namespace