QueryLogClientType Enumeration

Specifies the place from which the Search query is sent.

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

Syntax

'Declaration
Public Enumeration QueryLogClientType
'Usage
Dim instance As QueryLogClientType
public enum QueryLogClientType

Members

Member name Description
ObjectModel The Search query is sent from the query object model.
WebService The Search query is sent from the Search Web service.
UI The Search query is sent from a Web Part.
Custom The Search query is sent from a place that is not the query object model, Web service, or Web Part.

See Also

Reference

Microsoft.Office.Server.Search.Query Namespace