SearchServiceApplication.QueryLogSettings property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property QueryLogSettings As QueryLogSettings
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As QueryLogSettings
value = instance.QueryLogSettings
public QueryLogSettings QueryLogSettings { get; }
Property value
Type: Microsoft.Office.Server.Search.Query.QueryLogSettings
See also
Reference
SearchServiceApplication class