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