ItemCount Property

Retrieves the count of items in this feed.

Syntax

[ count = ] Feed.ItemCount

Possible Values

count Integer that receives the number of items.

The property is read-only. The property has no default value.

Remarks

The ItemCount property is a cached value and does not require access to the feed file. Use in place of the Count property of the Items collection for faster performance.

Applies To

Feed

See Also

TotalItemCount, UnreadItemCount