Help > Web Development > Object Reference > Object Reference > ISYSResultList > Expires Property
<a name="kanchor494"></a>ISYSResultList:Expires Property
Specifies when the temporary result list should be cleaned up.

Syntax
[VBScript]
 property ISYSResultList.Expires as variant
[C#]
System.Object ISYSResultList.Expires {get;put;}
[ColdFusion/Java]
System.Object ISYSResultList.Expires() throws ComException;
void ISYSResultList.set_Expires( System.Object value );
Remarks
Expires can either be a date or a numeric value. You can specify a specific date by setting this value as a date type; or you may specify the number of seconds that the result list is valid by specify a numeric type.