Description

Return a particular McDBAttributeType instance from this McDBAttributeTypes collection.

Property type

A McDBAttributeType object.  

Syntax

object.Item(Index)

The Item Property syntax has these parts:

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

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

Remarks

If Index does not specify an existing McDBAttributeType in the collection, this property returns Nothing.