Help > Web Development > Object Reference > Object Reference > ISYSMetadataList > Key Property
<a name="kanchor465"></a>ISYSMetadataList:Key Property
Allows random access to individual item keys within the list.

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