CQG API 4.0 - Revised
Count Property
See Also  Send Feedback
CQGSessionsCollection Collection : Count Property

Glossary Item Box

Description

Returns the number of all CQGSessions objects in the collection.

Property type

Read-only property

Syntax

Visual Basic
Public Property Count As Long

Return Type

Number of CQGSessions objects in the collection, represented as Long

Example

See the usage of CQGSessionsCollection properties in the CustomSessionsResolved event's example section.

See Also