Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Gets a specific object in a collection.
Syntax
object.Item(index)
Parameters
object
Required. An object variable that evaluates to a CatalogCollection object.
index
Required; Long. A zero-based index that specifies the position of a member of the collection. Must be a number from 0 through the value of the collection's Count property -1.