QueryInfo.LogType Property
Gets or sets the type of the query log data.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property LogType As QueryLogType
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As QueryLogType
value = instance.LogType
instance.LogType = value
[DataMemberAttribute]
public QueryLogType LogType { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Query.QueryLogType
The type of the query log data.