The IMetaAttributeSettings interface contains properties and methods used to work with the collection of attribute parameters.
| Property name | Brief description | |
| Count | The Count property returns the number of elements in collection. | |
| Item | The Item property returns the attribute parameters of a collection by index. |
| Method name | Brief description | |
| FindByAttribute | The FindByAttribute method executes the parameters search for a specified attribute. | |
| FindById | The FindById method executes the attribute parameters search by identifier. | |
| FindByKey | The FindByKey method searches the attribute parameters by key. | |
| IndexOf | The IndexOf method returns the index of element in the collection. | |
| Move | The Move method moves collection elements. |
See also: