Description

Return a particular McDBGroup instance from this McDBGroups collection.

Property type

A McDBGroup object.  

Syntax

object.Item(Index)

The Item Property syntax has these parts:

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

The (0-based) numeric index or string McDBGroup.Name of the group to retrieve.

Remarks

Nothing is returned if no McDBGroup exists in the collection with the specified Index. String names for Index are case-insensitive (e.g. Testers, testers and TESTers are all the same when used for Index).