DataProviderScriptWebPart.InitialResultRef property

Specifies the variable name of the results of the initial query, if the Data Provider is both synchronous and active. Otherwise, this property is empty. This value is populated when the request is flushed before the query is run.

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

Syntax

'Declaration
Public Property InitialResultRef As String
    Get
    Private Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As String

value = instance.InitialResultRef
public string InitialResultRef { get; private set; }

Property value

Type: System.String

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace