Returns a CQGAccount object based on its FCM account ID and fcmID.
Read-only property
Visual Basic |
---|
Public Property ItemByFCM( _ ByVal fcm_account_id As String, _ ByVal fcm_id As Long _ ) As CQGAccount |
- fcm_account_id
- FCM account identifier
- fcm_id
- FCM identifier
Returns the selected account if found.
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.