IMsMetaAttributeValueList.FindById

Syntax

FindById(AttributeId: String): IMsMetaAttributeValue;

Parameters

AttributeId. Attribute identifier, based on which the search is performed.

Description

The FindById method searches for an attribute in the collection based on the specified identifier. The identifier, based on which the search is performed, is passed by the AttributeId parameter.

Example

The property use is given in the example for IMsMetaAttributeValue.Kind.

See also:

IMsMetaAttributeValueList