Returns a transaction by its CQGTransaction.Id.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal id_ As String _ ) As CQGTransaction |
- id_
Transaction object, represented as CQGTransaction.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.
A collection exception will be thrown if no transaction exists with the specified identifier.