Help > Web Development > Object Reference > Object Reference > ISYSResultList > ID Property
<a name="kanchor498"></a>ISYSResultList:ID Property
Returns the current or allocates a new result list. Format of Search ID is dependant on configuration.

Syntax
[VBScript]
ReadOnly property ISYSResultList.ID as variant
[C#]
System.Object ISYSResultList.ID {get;}
[ColdFusion/Java]
System.Object ISYSResultList.ID() throws ComException;
Remarks
The ID method and SaveUpdates method are used in conjunction. This is particularly useful when you need a Search ID before you are ready to save the result list to disk.