Return the name of a particular category from this McDBCategories collection.
Property type
A String value.
Syntax
object.Item(Index)
The Item Property syntax has these parts:
Part
Description
object
An expression evaluating to an object of type McDBCategories.
Index
Required. A Variant value.
The (0-based) numeric index or string Name of the category to retrieve.
Remarks
This property returns an empty string if an invalid Index is specified. Therefore, this property may be used to determine if a category already exists in an McDBCategories collection.