QueryInfo.ClientType property

Gets or sets the type of the query client.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ClientType As QueryLogClientType
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As QueryLogClientType

value = instance.ClientType

instance.ClientType = value
[DataMemberAttribute]
public QueryLogClientType ClientType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.QueryLogClientType
The type of the query client.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace