IKeymanProducts::ItemsByProductID
Use ItemsByProductID to retrieve a IKeymanProduct interface for the product without having to iterate through the collection. If no product is found with a matching ProductID, a KMN_E_Collection_InvalidIndex exception will be raised.
Declaration
Property Get ItemsByProductID(Index As Long) As IKeymanProduct
Parameters
No | Name | Type | Description |
---|---|---|---|
1 | Index | Long | ProductID (also known as OnlineProductID) of product to retrieve |