DataResultBase.EnableQueryLogging Property
Gets or sets a value that enables query logging.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property EnableQueryLogging As Boolean
Get
Set
'Usage
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 to enable query logging; otherwise, false.