IMsMetaAttributeValueList.Item

Syntax

Item(Index: Integer): IMsMetaAttributeValue;

Parameters

Index. Attribute index in the collection.

Description

The Item method returns an attribute from the collection by its index. Attribute index is passed by the Index parameter.

Example

The property use is given in the example for IMsMetaAttributeValueList.FindByKey.

See also:

IMsMetaAttributeValueList