Help > Web Development > Object Reference > Object Reference > ISYSMetadataList > Item Property
<a name="kanchor464"></a>ISYSMetadataList:Item Property
Allows random access to individual items within the list.

Syntax
[VBScript]
ReadOnly property ISYSMetadataList.Item(long Index) as string
[C#]
string ISYSMetadataList.get_Item(
  long Index);
[ColdFusion/Java]
java.lang.String ISYSMetadataList.Item(
  long Index
) throws ComException;
Parameters
IndexIndex of the item within the collection. First item is one.