Share via


SearchResultsBaseWebPart.IsWireSRBLinksSuppressed property

Gets or sets a Boolean value that specifies whether to suppress ECMAScript (JScript, JavaScript) calls to wire the search results base links if the results are delayed on asynchronous Web Parts.

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

Syntax

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

value = Me.IsWireSRBLinksSuppressed

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

Property value

Type: System.Boolean
true to suppress ECMAScript calls; otherwise, false.

See also

Reference

SearchResultsBaseWebPart class

SearchResultsBaseWebPart members

Microsoft.Office.Server.Search.WebControls namespace