Returns the CQGSessions object by its index.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal index_ As Variant _ ) As CQGSessions |
- index_
- Zero-based index of item in the collection
Sessions represented as CQGSessions object
Calling with an incorrect index type, number, an empty or custom session's non-existent name will throw a collection exception.
See the usage of CQGSessionsCollection properties in the CustomSessionsResolved event's example section.