Compartilhar via


DataResultBase.EnableQueryLogging property

Obtém ou define um valor que habilita o log de consulta.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property EnableQueryLogging As Boolean
    Get
    Set
'Uso
Dim instance As DataResultBase
Dim value As Boolean

value = instance.EnableQueryLogging

instance.EnableQueryLogging = value
public bool EnableQueryLogging { get; set; }

Property value

Type: System.Boolean
true para habilitar o log de consulta; Caso contrário, false.

Ver também

Referência

DataResultBase class

DataResultBase members

Microsoft.SharePoint.Portal.WebControls namespace