DataProviderScriptWebPart.AsynchronousResultRetrieval property

Specifies whether the Data Provider is in synchronous mode.

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

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AsynchronousResultRetrieval As Boolean
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As Boolean

value = instance.AsynchronousResultRetrieval

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

Property value

Type: System.Boolean

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace