Help > Web Development > Object Reference > Object Reference > ISYSResultList > QueryExpansion Property
<a name="kanchor510"></a>ISYSResultList:QueryExpansion Property
Returns a list of alternate queries calculated from the search results.

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