RelatedCollectionInfo collection
Retrieves information about other collections related to the collection from which it is called. The RelatedCollectionInfo collection is accessible from any COMAdminCatalogCollection object by using the GetCollection method. The RelatedCollectionInfo collection contains one object for each collection that is accessible from the original collection. Related collections follow the Component Services administration tool collection hierarchy.
This collection does not support the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The RelatedCollectionInfo collection inherits from the IUnknown interface but does not have additional members.
Related Collections
You can navigate from this collection to any of the following collections:
- PropertyInfo
- RelatedCollectionInfo
You can navigate to this collection from every collection.
Properties
The following properties are supported by the COMAdminCatalogObject object within the collection:
Name
Entry | Value |
---|---|
Description | The name of the related collection. This property is returned when the Key or Name property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | None |
Minimum system | Windows 2000 |
See also