SearchResultsBaseWebPart.IsQueryLoggingInitSuppressed property

Gets or sets a Boolean value that specifies whether to suppress query logging initialization and script registration.

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

Syntax

'Declaration
Protected Property IsQueryLoggingInitSuppressed As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = Me.IsQueryLoggingInitSuppressed

Me.IsQueryLoggingInitSuppressed = value
protected bool IsQueryLoggingInitSuppressed { get; set; }

Property value

Type: System.Boolean
true to suppress query logging initialization and script registration; otherwise, false.

See also

Reference

SearchResultsBaseWebPart class

SearchResultsBaseWebPart members

Microsoft.Office.Server.Search.WebControls namespace