Name

Properties.Item Property — (Versions 2.0, 2.1, 2.5, 2.6)

Synopsis

Set property = properties.Item(Index)
Set property = properties(Index)

The Item property accesses a particular Property object belonging to the Properties collection.

Datatype

Property object

Description

The Index placeholder is a Variant datatype that represents the ordinal position of a Property object within the Properties collection. If the Properties collection does not contain the item requested, an error is generated.

Note

Some languages do not support the Item property in its first syntax. For these languages, use the second syntax, without the Item method name.

Get ADO: ActiveX Data Objects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.