Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.