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.