Share via


Count Property

Count Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns the number of members in the collection. This property is read-only.

Applies To

IMembers Interface

Type Library

Microsoft CDO Workflow Objects for Microsoft Exchange

DLL Implemented In

CDOWF.DLL

Syntax

[Visual Basic]Property Count As Long

[C++]HRESULT get_Count(longvarCount);

Parameters

  • varCount
    Returns the value of the property as a reference to a long.

Example

This example uses the count property to get the number of members in the IWorkflowSession interface, ItemReaders collection. You can also use this with the ItemAuthors collection.

mbrCount = WorkflowSession.ItemReaders.Count

See Also

ItemReaders Property

ItemAuthors Property

IMember Interface

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.