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
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property LoadAsynchronously As Boolean
Get
Set
'Usage
Dim instance As FederatedResultsWebPart
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.