Returns the selected account from the collection.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal gw_account_id As Long _ ) As CQGAccount |
- gw_account_id
- CQG Gateway account identifier
If the account exists in the collection, this property returns the selected account represented as CQGAccount object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.
See the usage of CQGAccounts' properties in the AccountChanged event's example section.