scripting:api:list-item:item-count

ItemCount

Property of IListItem

Returns Item Count

Read-Only Property of type long

var nVal = ListItem.ItemCount;
nVal = ListItem.ItemCount
long nVal;
HRESULT hr = ListItem.get_ItemCount(&nVal);