Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a flag that indicates whether verbose query logging is turned on for the current SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property VerboseQueryMonitoring As Boolean
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.VerboseQueryMonitoring
instance.VerboseQueryMonitoring = value
public bool VerboseQueryMonitoring { get; set; }
Property Value
Type: System.Boolean
true if the verbose query logging is turned on for the current SearchServiceApplication; otherwise, false.
See Also
Reference
SearchServiceApplication Class