Help > Web Development > Object Reference > Object Reference > ISYSResultList > IsFederated Property
<a name="kanchor500"></a>ISYSResultList:IsFederated Property
Returns true if the current search result as the result of a federated search.

Syntax
[VBScript]
ReadOnly property ISYSResultList.IsFederated as boolean
[C#]
boolean ISYSResultList.IsFederated {get;}
[ColdFusion/Java]
boolean ISYSResultList.IsFederated() throws ComException;