scripting:api:list-item:item-count

ItemCount

Property of IListItem

Returns Item Count

Read-Only Property of type long

var nVal = ListItem.ItemCount;

==== Visual Basic Script ====

nVal = ListItem.ItemCount

==== C++ ====

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

===== See Also ===== IListItem