The IABACAttributes interface is used to work with the collection of attributes of users, groups of users, object classes, particular object types.
To determine attribute properties in the collection, use the IABACAttribute interface.
Property name | Brief description | |
Count | The Count property returns the number of attributes in the collection. | |
Item | The Item property returns attribute from the collection by index. |
Method name | Brief description | |
Add | The Add method adds an attribute to the collection. | |
Clear | The Clear method deletes all attributes from the collection. | |
FindById | The FindById method searches for an attribute in the collection by identifier. | |
FindByKey | The FindByKey method searches for an attribute in the collection by key. | |
Remove | The Remove method removes attribute from the collection by index. | |
RemoveById | The RemoveById method removes attribute from the collection by identifier. | |
RemoveByKey | The RemoveByKey method removes attribute from the collection by key. |
See also: