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.