Help > Web Development > Object Reference > Object Reference > ISYSAnnotations > Item Property
<a name="kanchor238"></a>ISYSAnnotations:Item Property
Returns the annotation object at the given index

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