Help > Web Development > Object Reference > Object Reference > ISYSResultList > SortOrder Property
<a name="kanchor524"></a>ISYSResultList:SortOrder Property
Get or set the current sort order of the result list

Syntax
[VBScript]
 property ISYSResultList.SortOrder as variant
[C#]
System.Object ISYSResultList.SortOrder {get;put;}
[ColdFusion/Java]
System.Object ISYSResultList.SortOrder() throws ComException;
void ISYSResultList.set_SortOrder( System.Object value );
See Also