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

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