FindAttribute

Description

The FindAttribute enumeration determines an attribute of repository objects, by which search will be executed.

It is used by the following property:

Comments

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

Available Values

Value Brief description
-1 None. The value is not specified.
0 Name. Search will be executed by objects names.
1 Ident. Search will be executed by object identifiers.
2 NameOrIdent. Search will be executed by object names and identifiers.

See also:

Metabase Assembly Enumerations