SearchServiceApplication.AllowQueryDebugMode property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property AllowQueryDebugMode As Boolean
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.AllowQueryDebugMode
instance.AllowQueryDebugMode = value
public bool AllowQueryDebugMode { get; set; }
Property value
Type: System.Boolean
Ver também
Referência
SearchServiceApplication class