SearchResultsBaseWebPart.IsLocationTriggered Property
Gets a Boolean value that specifies whether the federated location configured for the federated results Web Part is ready to serve the search query.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected ReadOnly Property IsLocationTriggered As Boolean
Get
'Usage
Dim value As Boolean
value = Me.IsLocationTriggered
protected bool IsLocationTriggered { get; }
Property Value
Type: System.Boolean
true if the federated location is ready to serve the query; otherwise, false.
See Also
Reference
SearchResultsBaseWebPart Class