An object collection is a set of repository objects that can be enumerated. Two kinds of object collections are supported by Microsoft® Repository:
Use the ObjectCol object to enumerate the collection of Repository objects that conform to a particular class or expose a particular interface. With this object, you can:
Property | Description |
Count | The count of the number of items in the collection. |
Item | Retrieves the specified object from the collection. |
Method | Description |
Refresh | Refreshes the cached image of the collection. |
LoadStatus | Obtains the load status of the collection. |
Cancel | Requests the cancellation of the ongoing load operation. |