Returns the selected order from the collection by its GUID.
Read-only property
| Visual Basic |
|---|
Public Property ItemByGuid( _ ByVal order_guid As String _ ) As CQGOrder |
- order_guid
If the order exists in the collection, this property returns the selected order represented as CQGOrder 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 CQGOrders properties in the PrepareModify method's example section.