The IMsMetaAttributeFilter interface contains properties and methods of filter based on attributes.
| Property name | Brief description | |
| Count | The Count property returns the number of filter attributes. | |
| Item | The Item property returns an attribute from filter by its index. |
| Property name | Brief description | |
| Add | The Add method adds a filter parameter. | |
| Clear | The Clear method clears filter. | |
| FindById | The FindById method searches filter parameters by attribute identifier. | |
| FindByKey | The FindByKey method finds filter parameters in the collection by attribute key. | |
| Remove | The Remove method removes filter parameters by its index. | |
| RemoveByKey | The RemoveByKey method removes filter parameters by attribute key. |
See also: