Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

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