DataProviderScriptWebPart.SendContentBeforeQuery property

Specifies whether the Data Provider should run the search query after the page contents have been sent to the client.

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

Syntax

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

value = instance.SendContentBeforeQuery

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

Property value

Type: System.Boolean

Remarks

This property is ignored if one of the following is true: AsynchronousResultRetrieval is true, the page where the provider is running doesn’t support it, or if the content is being rendered at server side.

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace