Share via


FederatedResultsWebPart.LoadAsynchronously Property

Gets or sets a Boolean value specifying whether the Federated Results 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
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property LoadAsynchronously As Boolean
    Get
    Set
'Usage
Dim instance As FederatedResultsWebPart
Dim value As Boolean

value = instance.LoadAsynchronously

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

Property Value

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

See Also

Reference

FederatedResultsWebPart Class

FederatedResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace