IMetabaseObjectFindInfo.Attribute

Syntax

Attribute: FindAttribute;

Description

The Attribute property determines an attribute by the values of which the search is performed.

Comments

The property is used for compatibility with earlier platform versions. To determine an attribute, by which values the search should be executed, in later platform it is recommended to use the IMetabaseObjectFindInfo.AttributeEx property.

The property is set to FindAttribute.Ident by default, the value specified in the IMetabaseObjectFindInfo.Text property will be searched among object identifiers.

Example

The example of use is given in description of the IMetabaseObjectFindInfo.CaseSensitive property.

See also:

IMetabaseObjectFindInfo