Help > Web Development > Object Reference > Object Reference > ISYSClusterList > Item Property
<a name="kanchor276"></a>ISYSClusterList:Item Property
Returns the item at the given index (between 1 and Count).

Syntax
[VBScript]
ReadOnly property ISYSClusterList.Item as ISYSCluster
[C#]
IISYSCluster  ISYSClusterList.Item {get;}
[ColdFusion/Java]
IISYSCluster  ISYSClusterList.Item() throws ComException;