SearchResultsBaseDatasource.IsTriggered 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
Public Overridable ReadOnly Property IsTriggered As Boolean
Get
'Usage
Dim instance As SearchResultsBaseDatasource
Dim value As Boolean
value = instance.IsTriggered
public virtual bool IsTriggered { get; }
Property Value
Type: System.Boolean
true if the federated location is ready to serve the query; otherwise, false.
See Also
Reference
SearchResultsBaseDatasource Class