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