Help > Web Development > Object Reference > Object Reference > ISYSRelatedList > Count Property
<a name="kanchor485"></a>ISYSRelatedList:Count Property
Indicates the number of items in the list. Read-Only.

Syntax
[VBScript]
ReadOnly property ISYSRelatedList.Count as long
[C#]
long ISYSRelatedList.Count {get;}
[ColdFusion/Java]
long ISYSRelatedList.Count() throws ComException;