QuerySuggestionsWebPart.LoadAsynchronously property

Gets or sets a Boolean value specifying whether the Query Suggestions Web Part loads asynchronously or synchronously.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property LoadAsynchronously As Boolean
    Get
    Set
'Usage
Dim instance As QuerySuggestionsWebPart
Dim value As Boolean

value = instance.LoadAsynchronously

instance.LoadAsynchronously = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool LoadAsynchronously { get; set; }

Property value

Type: System.Boolean
true if the Web Part loads asynchronously; otherwise false.

See also

Reference

QuerySuggestionsWebPart class

QuerySuggestionsWebPart members

Microsoft.Office.Server.Search.WebControls namespace