Description

Retrieve a particular McDBUser instance from this collection.

Property type

A McDBUser object.  

Syntax

object.Item(Index)

The Item Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBUsers.
IndexRequired. A Variant value.

The string [login] name or 0-based Index of the McDBUser to retrieve.

Remarks

This property is Nothing when an invalid Index is specified.