Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

You are viewing documentation of version 7.0, which is not included in the latest version. Click here to open the index page for version 18.0.
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
NoNameTypeDescription
1IndexLongProductID (also known as OnlineProductID) of product to retrieve
Return Value
IKeymanProduct
Example Code