DataProviderScriptWebPart.InitialResult property

Specifies the results of the initial query if the Data Provider is both synchronous and active. Otherwise, this property is empty.

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

Syntax

'Declaration
Public ReadOnly Property InitialResult As String
    Get
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As String

value = instance.InitialResult
public string InitialResult { get; }

Property value

Type: System.String

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace