The IMetabaseUpdateProperties interface contains properties and methods used to work with a collection of update flags.
| Property name | Brief description | |
| Count | The Count property returns the number of flags in the collection. | |
| Item | The Item property returns a flag from the collection by its index. |
| Method name | Brief description | |
| Add | The Add method adds a flag to the collection. | |
| FindById | The FindById method searches a flag by its identifier. | |
| FindByKey | The FindByKey method searches a flag by its key. | |
| Move | The Move method moves flags in the collection. | |
| Remove | The Remove method removes a flag from the collection by its index. | |
| RemoveByKey | The RemoveByKey method removes a flag from the collection by its key. |
See also: