PropertyInfo collection
Retrieves information about the properties that a specified collection supports. The PropertyInfo collection is accessible from any COMAdminCatalogCollection object by using the GetCollection method. The PropertyInfo collection contains one object for each property that is supported by the original collection.
Members
The PropertyInfo 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 property. 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