Platform SDK: Exchange 2000 Server

Count Property

[This is preliminary documentation and subject to change.]

Returns the number of integers in the collection.

[Visual Basic]
Property Count as Long
read-only
[C++]
HRESULT get_Count(long* Count);
[IDL]
[propget, id(1)] HRESULT Count([out, retval] long *Count);

Parameters

Count [C++,IDL]
On return, the number of items in the collection.