Help > Web Development > Object Reference > Object Reference > ISYSGroupList > Item Property
<a name="kanchor411"></a>ISYSGroupList:Item Property
Returns the group at the given index. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSGroupList.Item(long Index) as ISYSGroup
[C#]
IISYSGroup  ISYSGroupList.get_Item(
  long Index);
[ColdFusion/Java]
IISYSGroup  ISYSGroupList.Item(
  long Index
) throws ComException;
Parameters
IndexThe index of the group to fetch.

Remarks
Item is the default property of the ISYSResultListGroups object. You can gain access to it by calling ISYSResultListGroups(n)