FederatedResultsWebPart.ShouldGetResults Property
Gets or sets a Boolean value specifying whether the Federated Results Web Part should retrieve search results.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected ReadOnly Property ShouldGetResults As Boolean
Get
'Usage
Dim value As Boolean
value = Me.ShouldGetResults
protected bool ShouldGetResults { get; }
Property Value
Type: System.Boolean
true if results should be retrieved; otherwise false.