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

Syntax
[VBScript]
ReadOnly property ISYSServerStatus.Item(long Item) as ISYSServerStatus
[C#]
ISYSServerStatus ISYSServerStatus.get_Item(
  long Item);
[ColdFusion/Java]
ISYSServerStatus ISYSServerStatus.Item(
  long Item
) throws ComException;
Parameters
ItemThe index of the catalog item requested (between 1 and Count).